summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-20 01:37:07 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-20 01:37:07 +0000
commit9f4fb0f87c6642c2d196209db0b4dad5c6191f73 (patch)
tree394357f07ac3aa87abda9896ad7ac63f4e27e507 /lib
parent8f2b45c7d53196044700417ded3b87b5195c0e6f (diff)
maybe if i remove these letters it'll be a recognized variable...
git-svn-id: file:///home/or/svnrepo/updater/trunk@17330 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'lib')
-rw-r--r--lib/thandy/packagesys/ExePackages.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/thandy/packagesys/ExePackages.py b/lib/thandy/packagesys/ExePackages.py
index 1553886..88e7722 100644
--- a/lib/thandy/packagesys/ExePackages.py
+++ b/lib/thandy/packagesys/ExePackages.py
@@ -22,11 +22,11 @@ class ExePackageSystem(pdb.DBBackedPackageSystem):
if len(entry) < 3:
continue
rp, h, extra = entry[:3]
- version = package['version']
+ version = pkg['version']
handles.append(
ExePackageHandle(self.getDB(),
- package['name'],
+ pkg['name'],
version,
[], # filelist not implemented in this.
rp,
@@ -76,4 +76,3 @@ class ExePackageHandle(pdb.DBBackedPackageHandle):
commandLine)
subprocess.call(commandline)
-