diff options
| author | Michael Vogt <egon@top> | 2005-11-29 18:06:20 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-11-29 18:06:20 +0100 |
| commit | 33cf8b013e776c5c1249c2b91c8cf1e34ef739a4 (patch) | |
| tree | 545d4d5cf2b2ae1b7a44a97501401b40b821855c /SoftwareProperties | |
| parent | a79e4fc80ef854844e560e5b547d1398ab149360 (diff) | |
| download | python-apt-33cf8b013e776c5c1249c2b91c8cf1e34ef739a4.tar.gz | |
* code cleanup, make it all more structured
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 5c6e8fef..b5aa944f 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -33,7 +33,7 @@ import os #sys.path.append("@prefix/share/update-manager/python") -from UpdateManager.Common import SimpleGladeApp +from UpdateManager.Common.SimpleGladeApp import SimpleGladeApp import aptsources import dialog_add import dialog_edit |
