summaryrefslogtreecommitdiff
path: root/software-properties
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-07-31 23:39:48 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-07-31 23:39:48 +0200
commit372e249cb7ca0f7da468786f1d643cfc3905ffc6 (patch)
tree9fa88d435164adb55eebbcbee6a21a5bc4c77a1e /software-properties
parentbb6ff35e3a7f05513a3a742727577baf46f9d908 (diff)
downloadpython-apt-372e249cb7ca0f7da468786f1d643cfc3905ffc6.tar.gz
* moved aptsources into the Common directory
Diffstat (limited to 'software-properties')
-rw-r--r--software-properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/software-properties b/software-properties
index 6c38d073..129c3085 100644
--- a/software-properties
+++ b/software-properties
@@ -34,7 +34,7 @@ import sys
from optparse import OptionParser
-import SoftwareProperties.aptsources as aptsources
+import UpdateManager.Common.aptsources as aptsources
#sys.path.append("@prefix@/share/update-manager/python")