diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-29 21:37:18 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-29 21:37:18 +0200 |
| commit | e1a1eeefa2d7a681f6583b7520031fd71daad862 (patch) | |
| tree | d10942de0b3e68e60ee310f968952c7b0d2897d9 /DistUpgrade/DistUpgradeControler.py | |
| parent | 44bb7423ea89e0174fd33108bc1112677283114e (diff) | |
| download | python-apt-e1a1eeefa2d7a681f6583b7520031fd71daad862.tar.gz | |
* DistUpgrade/DistUpgradeCache.py:
- added edgyQuirks handling for python transition
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 7b255cf0..1d714325 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -644,7 +644,7 @@ class DistUpgradeControler(object): else: args.append("--without-network") os.execve(sys.argv[0],args, os.environ) - + # this is the core def edgyUpgrade(self): # sanity check (check for ubuntu-desktop, brokenCache etc) |
