summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 13:59:30 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-27 13:59:30 +0100
commit47e43296af83b8a910708e00cf1a181b6dce8a98 (patch)
tree90e72aecbd686cac9960eb26099bd1adcd0f15dd /UpdateManager
parentc5cfad6330c42c93aac66d97df43a9b6fb25bbe1 (diff)
downloadpython-apt-47e43296af83b8a910708e00cf1a181b6dce8a98.tar.gz
* fix "script" -> "self.script"
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/DistUpgradeFetcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/DistUpgradeFetcher.py b/UpdateManager/DistUpgradeFetcher.py
index 7af32865..b6d9161b 100644
--- a/UpdateManager/DistUpgradeFetcher.py
+++ b/UpdateManager/DistUpgradeFetcher.py
@@ -156,7 +156,7 @@ class DistUpgradeFetcher(object):
def runDistUpgrader(self):
#print "runing: %s" % script
- os.execv(script,[])
+ os.execv(self.script,[])
def cleanup(self):
# cleanup