diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-03 10:34:46 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-03 10:34:46 +0200 |
| commit | 61988fdcff46cb139d2258d75fa06d522b2842cc (patch) | |
| tree | 6a8a342fd759b93b054ee4d4d9b3708db140e25c /DistUpgrade/DistUpgradeControler.py | |
| parent | f6444644dc9601b4cbfdf2b621c77741a367b778 (diff) | |
| download | python-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.py | 2 |
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 |
