[tor-commits] [ooni-probe/master] Convert header of ooniprobe script to a non docstring

art at torproject.org art at torproject.org
Fri Nov 9 01:02:16 UTC 2012


commit 2332356219f9b301db31c55393a0f4aab3d73d50
Author: Arturo Filastò <art at fuffa.org>
Date:   Thu Nov 8 17:41:27 2012 +0100

    Convert header of ooniprobe script to a non docstring
---
 bin/ooniprobe |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/bin/ooniprobe b/bin/ooniprobe
index 0742da9..18dab7d 100755
--- a/bin/ooniprobe
+++ b/bin/ooniprobe
@@ -1,16 +1,14 @@
 #!/usr/bin/env python
 # -*- encoding: utf-8 -*-
-'''
- oonicli
- -----------
+# oonicli
+# -----------
+#
+# Run the Twisted Trial (unittest module) based oonicli. Startup script based
+# on twisted trial, see http://twistedmatrix.com/ .
 
- Run the Twisted Trial (unittest module) based oonicli. Startup script based
- on twisted trial, see http://twistedmatrix.com/ .
-
- :authors: Arturo Filastò, Isis Lovecruft
- :licence: see included LICENSE file
- :version: 0.0.1-pre-alpha
-'''
+# :authors: Arturo Filastò, Isis Lovecruft
+# :licence: see included LICENSE file
+# :version: 0.0.1-pre-alpha
 
 import os, sys
 import copy_reg





More information about the tor-commits mailing list