summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-03 10:34:46 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-03 10:34:46 +0200
commit61988fdcff46cb139d2258d75fa06d522b2842cc (patch)
tree6a8a342fd759b93b054ee4d4d9b3708db140e25c /DistUpgrade/DistUpgradeControler.py
parentf6444644dc9601b4cbfdf2b621c77741a367b778 (diff)
downloadpython-apt-61988fdcff46cb139d2258d75fa06d522b2842cc.tar.gz
* use the shiped aptsources.py instead of the systems one
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
-rw-r--r--DistUpgrade/DistUpgradeControler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index 6ee2fb97..0277969d 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -30,7 +30,7 @@ import re
import statvfs
from DistUpgradeConfigParser import DistUpgradeConfig
-from SoftwareProperties.aptsources import SourcesList, SourceEntry
+from aptsources import SourcesList, SourceEntry
from gettext import gettext as _
from DistUpgradeCache import MyCache