From 9c6ec58be5203ac1ce664d7b5935a775e2e206e6 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Mon, 26 Jul 2010 15:57:29 -0700
Subject: [PATCH] misc/build_helpers/run-with-pythonpath.py: fix stale comment,
 and remove 'trial' example that is not the right way to run trial.

---
 misc/build_helpers/run-with-pythonpath.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/misc/build_helpers/run-with-pythonpath.py b/misc/build_helpers/run-with-pythonpath.py
index 9aee7fa6..4421192a 100644
--- a/misc/build_helpers/run-with-pythonpath.py
+++ b/misc/build_helpers/run-with-pythonpath.py
@@ -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
-- 
2.45.2