From: zooko Date: Mon, 24 May 2010 06:43:25 +0000 (+0530) Subject: setup: add misc/run_trial.py X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Fzfec.git;a=commitdiff_plain;h=67804d1381d879214c871a5af1476627e0328716 setup: add misc/run_trial.py Ignore-this: 291cf7229c15ff5fef50574b88e5a2f7 darcs-hash:b4fcdbed9deda78136cd6664375ce4db495318cf --- diff --git a/zfec/misc/run_trial.py b/zfec/misc/run_trial.py new file mode 100644 index 0000000..4d06a5d --- /dev/null +++ b/zfec/misc/run_trial.py @@ -0,0 +1 @@ +from twisted.scripts.trial import run; run() \ No newline at end of file