[or-cvs] r17334: {updater} fix a couple more types in ExePackages.py. (updater/trunk/lib/thandy/packagesys)

nickm at seul.org nickm at seul.org
Thu Nov 20 01:54:44 UTC 2008


Author: nickm
Date: 2008-11-19 20:54:43 -0500 (Wed, 19 Nov 2008)
New Revision: 17334

Modified:
   updater/trunk/lib/thandy/packagesys/ExePackages.py
Log:
fix a couple more types in ExePackages.py.

Modified: updater/trunk/lib/thandy/packagesys/ExePackages.py
===================================================================
--- updater/trunk/lib/thandy/packagesys/ExePackages.py	2008-11-20 01:51:51 UTC (rev 17333)
+++ updater/trunk/lib/thandy/packagesys/ExePackages.py	2008-11-20 01:54:43 UTC (rev 17334)
@@ -1,6 +1,7 @@
 # Copyright 2008 The Tor Project, Inc.  See LICENSE for licensing information.
 
 import subprocess
+import logging
 
 import thandy.util
 import thandy.packagesys.PackageSystem as ps
@@ -74,6 +75,6 @@
     def _doInstall(self):
         commandline = [ self._filename ] + self._arguments
         logging.info("Installing %s.  Command line: %s", self._filename,
-                     commandLine)
+                     commandline)
         subprocess.call(commandline)
 



More information about the tor-commits mailing list