From: david-sarah Date: Sat, 15 Jan 2011 08:04:56 +0000 (-0800) Subject: misc/build_helpers/run_trial.py: fix pyflakes warning. X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=60d32bb7f7d66f5decf330562b8f95ee55d44d49;p=tahoe-lafs%2Ftahoe-lafs.git misc/build_helpers/run_trial.py: fix pyflakes warning. --- diff --git a/misc/build_helpers/run_trial.py b/misc/build_helpers/run_trial.py index 29fce952..92058396 100644 --- 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)):