]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
misc/build_helpers/run-with-pythonpath.py: fix pyflakes unused import warning.
authordavid-sarah <david-sarah@jacaranda.org>
Sat, 22 Jan 2011 01:50:50 +0000 (17:50 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Sat, 22 Jan 2011 01:50:50 +0000 (17:50 -0800)
misc/build_helpers/run-with-pythonpath.py

index 4421192af2c6939f35d0d48b1b42697b6f504664..fd2fbe6fe51016d63da99a50b5dd78f9367ca780 100644 (file)
@@ -7,7 +7,7 @@ code, including dependent libraries. Run this like:
  python misc/build_helpers/run-with-pythonpath.py python foo.py
 """
 
-import os, sys, subprocess
+import os, sys
 
 # figure out where support/lib/pythonX.X/site-packages is
 # add it to os.environ["PYTHONPATH"]