From 9f4fb0f87c6642c2d196209db0b4dad5c6191f73 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 20 Nov 2008 01:37:07 +0000 Subject: 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 --- lib/thandy/packagesys/ExePackages.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') 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) - -- cgit v1.2.3