[tor-commits] [ooni-probe/master] Fix indentation problem

art at torproject.org art at torproject.org
Mon Mar 12 18:52:34 UTC 2012


commit c17465c5936fef6ec811ddaa2b7f399bf17588b6
Author: Arturo Filastò <hellais at gmail.com>
Date:   Mon Mar 12 11:50:27 2012 -0700

    Fix indentation problem
---
 ooniprobe.py       |    2 +-
 plugoo/__init__.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ooniprobe.py b/ooniprobe.py
index 814dab5..f2f323d 100755
--- a/ooniprobe.py
+++ b/ooniprobe.py
@@ -135,7 +135,7 @@ class ooni(object):
         """
         self.load_tests()
         for name in self.runtests:
-             self.logger.info("running %s" % name)
+            self.logger.info("running %s" % name)
             try:
                 self.tests[name].module.run(self)
             except Exception, e:
diff --git a/plugoo/__init__.py b/plugoo/__init__.py
index 384c128..650cea0 100644
--- a/plugoo/__init__.py
+++ b/plugoo/__init__.py
@@ -11,7 +11,7 @@
 
 """
 
-__all__ = ['assets', 'reports', 'nodes']
+__all__ = ['assets', 'nodes', 'reports', 'tests']
 
 import os
 from datetime import datetime





More information about the tor-commits mailing list