diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-31 23:39:48 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-31 23:39:48 +0200 |
| commit | 372e249cb7ca0f7da468786f1d643cfc3905ffc6 (patch) | |
| tree | 9fa88d435164adb55eebbcbee6a21a5bc4c77a1e /software-properties | |
| parent | bb6ff35e3a7f05513a3a742727577baf46f9d908 (diff) | |
| download | python-apt-372e249cb7ca0f7da468786f1d643cfc3905ffc6.tar.gz | |
* moved aptsources into the Common directory
Diffstat (limited to 'software-properties')
| -rw-r--r-- | software-properties | 2 |
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") |
