[py-svn] r36629 - py/dist/py/bin

hpk at codespeak.net hpk at codespeak.net
Sat Jan 13 07:35:25 CET 2007


Author: hpk
Date: Sat Jan 13 07:35:23 2007
New Revision: 36629

Modified:
   py/dist/py/bin/py.cleanup
Log:
remove unused variable (requiring an sys.arg) 


Modified: py/dist/py/bin/py.cleanup
==============================================================================
--- py/dist/py/bin/py.cleanup	(original)
+++ py/dist/py/bin/py.cleanup	Sat Jan 13 07:35:23 2007
@@ -16,7 +16,6 @@
 if __name__ == '__main__':
     (options, args) = parser.parse_args()
     
-    string = args[0]
     if len(args) >= 1:
         path = py.path.local(args)
     else:



More information about the pytest-commit mailing list