misc/build_helpers/run_trial.py: fix pyflakes warning.
This commit is contained in:
parent
45212d8000
commit
60d32bb7f7
|
@ -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)):
|
||||
|
|
Loading…
Reference in New Issue