summaryrefslogtreecommitdiff
path: root/SoftwareProperties/SoftwareProperties.py
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 /SoftwareProperties/SoftwareProperties.py
parentbb6ff35e3a7f05513a3a742727577baf46f9d908 (diff)
downloadpython-apt-372e249cb7ca0f7da468786f1d643cfc3905ffc6.tar.gz
* moved aptsources into the Common directory
Diffstat (limited to 'SoftwareProperties/SoftwareProperties.py')
-rw-r--r--SoftwareProperties/SoftwareProperties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py
index 35793151..18e5d260 100644
--- a/SoftwareProperties/SoftwareProperties.py
+++ b/SoftwareProperties/SoftwareProperties.py
@@ -38,7 +38,7 @@ import re
from UpdateManager.Common.SimpleGladeApp import SimpleGladeApp
from UpdateManager.Common.HelpViewer import HelpViewer
-import aptsources
+import UpdateManager.Common.aptsources as aptsources
import dialog_add
import dialog_edit
import dialog_cache_outdated