]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - misc/build_helpers/run-with-pythonpath.py
misc/build_helpers/run-with-pythonpath.py: fix pyflakes unused import warning.
[tahoe-lafs/tahoe-lafs.git] / 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"]