]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
misc/build_helpers/run-with-pythonpath.py: fix stale comment, and remove 'trial'...
authordavid-sarah <david-sarah@jacaranda.org>
Mon, 26 Jul 2010 22:57:29 +0000 (15:57 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Mon, 26 Jul 2010 22:57:29 +0000 (15:57 -0700)
misc/build_helpers/run-with-pythonpath.py

index 9aee7fa64af3481df7082ade703a231d2c4ae1ef..4421192af2c6939f35d0d48b1b42697b6f504664 100644 (file)
@@ -4,10 +4,7 @@
 """Run an arbitrary command with a PYTHONPATH that will include the Tahoe
 code, including dependent libraries. Run this like:
 
- python misc/run-with-pythonpath.py python foo.py
-or
- python misc/run-with-pythonpath.py trial -r poll allmydata.test.test_util
-
+ python misc/build_helpers/run-with-pythonpath.py python foo.py
 """
 
 import os, sys, subprocess