[or-cvs] r17330: {updater} maybe if i remove these letters it'll be a recognized variab (updater/trunk/lib/thandy/packagesys)
arma at seul.org
arma at seul.org
Thu Nov 20 01:37:07 UTC 2008
Author: arma
Date: 2008-11-19 20:37:07 -0500 (Wed, 19 Nov 2008)
New Revision: 17330
Modified:
updater/trunk/lib/thandy/packagesys/ExePackages.py
Log:
maybe if i remove these letters it'll be a recognized variable...
Modified: updater/trunk/lib/thandy/packagesys/ExePackages.py
===================================================================
--- updater/trunk/lib/thandy/packagesys/ExePackages.py 2008-11-20 01:34:10 UTC (rev 17329)
+++ updater/trunk/lib/thandy/packagesys/ExePackages.py 2008-11-20 01:37:07 UTC (rev 17330)
@@ -22,11 +22,11 @@
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 @@
commandLine)
subprocess.call(commandline)
-
More information about the tor-commits
mailing list