diff options
| author | Michael Vogt <egon@top> | 2005-11-29 16:59:33 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-11-29 16:59:33 +0100 |
| commit | 4fce0fdfe15c8ab88d63e3919670e1371eb38fb9 (patch) | |
| tree | 8a840e6aeda88968712aa0a911ab728bb9578918 /SoftwareProperties | |
| parent | f076cd11b25fa5546927a16fc788f19c80dd81f7 (diff) | |
| download | python-apt-4fce0fdfe15c8ab88d63e3919670e1371eb38fb9.tar.gz | |
* added TODO item
* directory structure cleanup
Diffstat (limited to 'SoftwareProperties')
| -rw-r--r-- | SoftwareProperties/SoftwareProperties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py index f344db6d..86586cc1 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -32,7 +32,7 @@ import gettext #sys.path.append("@prefix/share/update-manager/python") -from UpdateManagerCommon import SimpleGladeApp +from UpdateManager.Common import SimpleGladeApp import aptsources import dialog_add import dialog_edit |
