projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45212d8
)
misc/build_helpers/run_trial.py: fix pyflakes warning.
author
david-sarah
<david-sarah@jacaranda.org>
Sat, 15 Jan 2011 08:04:56 +0000
(
00:04
-0800)
committer
david-sarah
<david-sarah@jacaranda.org>
Sat, 15 Jan 2011 08:04:56 +0000
(
00:04
-0800)
misc/build_helpers/run_trial.py
patch
|
blob
|
history
diff --git
a/misc/build_helpers/run_trial.py
b/misc/build_helpers/run_trial.py
index 29fce952ea5e9f8b716687ec3a9a60322dd2dc9d..92058396df6cae77b85d62cdff107fbe54a30516 100644
(file)
--- a/
misc/build_helpers/run_trial.py
+++ b/
misc/build_helpers/run_trial.py
@@
-39,6
+39,7
@@
if len(eggz) > 0:
sys.path.insert(0, egg)
import pkg_resources
+pkg_resources # hush pyflakes
modulename = None
for i in xrange(1, len(sys.argv)):