diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-29 15:54:13 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-29 15:54:13 +0200 |
| commit | 5bd42f18d1fe7cfca35dabdf22a2a14f11a3b353 (patch) | |
| tree | a3223379494681b8d7f8ce05efde420aa5e7cf50 /UpdateManager | |
| parent | fa7c32ce8c1419e29397d8b5e642b17f7a9b28f2 (diff) | |
| download | python-apt-5bd42f18d1fe7cfca35dabdf22a2a14f11a3b353.tar.gz | |
* DistUpgrade/DistUpgradeControler.py:
- if run in CDROM mode and the cd fails to mount, fail
* UpdateManager/Common/aptsources.py:
- from DistInfo import DistInfo (relative now instead of absolute)
Diffstat (limited to 'UpdateManager')
| -rw-r--r-- | UpdateManager/Common/aptsources.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UpdateManager/Common/aptsources.py b/UpdateManager/Common/aptsources.py index 80781cb0..38b1bd92 100644 --- a/UpdateManager/Common/aptsources.py +++ b/UpdateManager/Common/aptsources.py @@ -32,8 +32,8 @@ import os.path #import pdb -from UpdateManager.Common.DistInfo import DistInfo - +#from UpdateManager.Common.DistInfo import DistInfo +from DistInfo import DistInfo # some global helpers def is_mirror(master_uri, compare_uri): |
