From: david-sarah <david-sarah@jacaranda.org>
Date: Sat, 22 Jan 2011 01:50:50 +0000 (-0800)
Subject: misc/build_helpers/run-with-pythonpath.py: fix pyflakes unused import warning.
X-Git-Tag: allmydata-tahoe-1.8.2b1~11
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/frontends/bar.txt?a=commitdiff_plain;h=ae3373188cc223c995f4cfbce68dba8206cd8113;p=tahoe-lafs%2Ftahoe-lafs.git

misc/build_helpers/run-with-pythonpath.py: fix pyflakes unused import warning.
---

diff --git a/misc/build_helpers/run-with-pythonpath.py b/misc/build_helpers/run-with-pythonpath.py
index 4421192a..fd2fbe6f 100644
--- a/misc/build_helpers/run-with-pythonpath.py
+++ b/misc/build_helpers/run-with-pythonpath.py
@@ -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"]