summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-23 10:02:12 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-23 10:02:12 +0200
commit7047a71806f250371d4cef6947162aa44ed528b9 (patch)
tree381a417a4eb42bbb85e322bb061b9827f9057dd9
parent3f8b06652b6bce05452cbbd7a6b916562a9762f1 (diff)
downloadpython-apt-7047a71806f250371d4cef6947162aa44ed528b9.tar.gz
* DistUpgrade/DistUpgradeControler.py:
- typo
-rw-r--r--DistUpgrade/DistUpgradeControler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index 5217a990..f9c4c0dd 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -651,7 +651,7 @@ class DistUpgradeControler(object):
if not self.prepare():
self.abort(1)
- if selfoptions and self.options.haveBackports == False:
+ if self.options and self.options.haveBackports == False:
# get backported packages (if needed)
self.getRequiredBackports()