[tor-commits] [ooni-probe/master] Remove hardcoded sys.path from reporter
art at torproject.org
art at torproject.org
Fri Oct 5 14:09:04 UTC 2012
commit bf3a4c6648cfe987a759331637cc42e7bfeef567
Author: Arturo Filastò <arturo at filasto.net>
Date: Thu Oct 4 13:38:54 2012 +0000
Remove hardcoded sys.path from reporter
---
ooni/reporter.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ooni/reporter.py b/ooni/reporter.py
index ee8427d..86c1fc1 100644
--- a/ooni/reporter.py
+++ b/ooni/reporter.py
@@ -3,7 +3,6 @@ import sys
import yaml
import itertools
-sys.path.insert(0, '/home/x/Documents/pen_drive_bitcoin2012/ooni-probe/ENV/lib/python2.7/site-packages')
from datetime import datetime
from twisted.python.util import OrderedDict, untilConcludes
from twisted.trial import unittest, reporter, runner
More information about the tor-commits
mailing list