[tor-commits] [ooni-probe/master] Future statements want to be in another place.
art at torproject.org
art at torproject.org
Mon Jun 25 17:17:53 UTC 2012
commit ce8e175bb4b0f833a728234d9c41af2ed2ca5840
Author: Arturo Filastò <hellais at torproject.org>
Date: Mon Jun 25 19:17:38 2012 +0200
Future statements want to be in another place.
---
ooni/plugoo/reports.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ooni/plugoo/reports.py b/ooni/plugoo/reports.py
index 6d4c90c..71213e5 100644
--- a/ooni/plugoo/reports.py
+++ b/ooni/plugoo/reports.py
@@ -1,8 +1,8 @@
+from __future__ import with_statement
+
import os
import yaml
-from __future__ import with_statement
-
import itertools
from ooni import log, date
More information about the tor-commits
mailing list