diff options
| author | glatzor@ubuntu.com <> | 2006-08-02 18:09:49 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-08-02 18:09:49 +0200 |
| commit | dde2af913b3f26958f93f604d7a75e61e64ec7f1 (patch) | |
| tree | 8995ea136686477cc31a4e240b6464ea0c6d6ed0 /software-properties | |
| parent | 2c1051ac180cfa72705b63c5080771b69dbeaca7 (diff) | |
| parent | 7b05e4d20c50c14fee61be8555646039ae04f419 (diff) | |
| download | python-apt-dde2af913b3f26958f93f604d7a75e61e64ec7f1.tar.gz | |
* merge with mvo
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") |
