mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
misc/build_helpers/run-with-pythonpath.py: fix pyflakes unused import warning.
This commit is contained in:
parent
8f4ae53f39
commit
ae3373188c
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user