[tor-commits] [ooni-probe/master] Add UTF-8 charset to files
art at torproject.org
art at torproject.org
Tue Feb 7 18:20:14 UTC 2012
commit dfd6f74c2d52d2a073ec23b405bf19039848d465
Author: Arturo Filastò <hellais at gmail.com>
Date: Tue Feb 7 19:20:18 2012 +0100
Add UTF-8 charset to files
---
refactor/ooni-probe.py | 3 ++-
refactor/plugoo.py | 1 +
refactor/tests/bridget.py | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/refactor/ooni-probe.py b/refactor/ooni-probe.py
index bb67256..64d35f5 100644
--- a/refactor/ooni-probe.py
+++ b/refactor/ooni-probe.py
@@ -1,3 +1,4 @@
+# -*- coding: UTF-8
#!/usr/bin/env python
"""
ooni-probe
@@ -11,7 +12,7 @@
The goal of ooni-probe is to collect data about censorship around
the world.
- :copyright: (c) 2012 by Arturo Filastò.
+ :copyright: (c) 2012 by Arturo Filastò
:license: see LICENSE for more details.
"""
diff --git a/refactor/plugoo.py b/refactor/plugoo.py
index ee3ee0f..7606382 100644
--- a/refactor/plugoo.py
+++ b/refactor/plugoo.py
@@ -1,3 +1,4 @@
+# -*- coding: UTF-8
"""
plugoo
******
diff --git a/refactor/tests/bridget.py b/refactor/tests/bridget.py
index 886b7a6..c3d0055 100644
--- a/refactor/tests/bridget.py
+++ b/refactor/tests/bridget.py
@@ -1,3 +1,4 @@
+# -*- coding: UTF-8
"""
bridgeT
*******
@@ -5,7 +6,7 @@
an OONI test (we call them Plugoos :P) aimed
at detecting if a set of Tor bridges are working or not.
- :copyright: (c) 2012 by Arturo Filastò.
+ :copyright: (c) 2012 by Arturo Filastò
:license: BSD, see LICENSE for more details.
"""
import os
More information about the tor-commits
mailing list