summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.py
diff options
context:
space:
mode:
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
-rw-r--r--DistUpgrade/DistUpgradeControler.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index fe679830..2b9fde3b 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -46,14 +46,9 @@ class DistUpgradeControler(object):
#self.toDist = "breezy"
self.fromDist = "breezy"
self.toDist = "dapper"
-
+
self.origin = "Ubuntu"
- # a list of missing pkg names in the current install that neesd to
- # be added before the dist-upgrade (e.g. missing ubuntu-desktop)
- self.missing_pkgs = []
-
-
def openCache(self):
self.cache = MyCache(self._view.getOpCacheProgress())