commit 0e452b1c70607da8d389988bb72e85b6b229fe4b Author: Arturo Filastò arturo@filasto.net Date: Wed Sep 14 17:11:04 2016 +0200
Remove outdated comment --- ooni/resources.py | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/ooni/resources.py b/ooni/resources.py index f97616c..ac0f967 100644 --- a/ooni/resources.py +++ b/ooni/resources.py @@ -5,11 +5,6 @@ from twisted.python.filepath import FilePath from twisted.internet import defer from twisted.web.client import downloadPage, getPage, HTTPClientFactory
-# WARNING: this script is being run as part of the post install procedure. -# Be sure to not import either in this module or in the imported modules -# dependencies other than twisted. If you end up including something that is -# not twisted, then you will need to add it to the setup_requires in setup.py. - from ooni.utils import log, gunzip, rename from ooni.settings import config
tor-commits@lists.torproject.org