[tor-commits] [arm/release] fix: removing dreprcated hearder comment

atagar at torproject.org atagar at torproject.org
Sun Jul 17 06:08:23 UTC 2011


commit 25157e75d3480dbe61ec99d6298de091a8b71446
Author: Damian Johnson <atagar at torproject.org>
Date:   Sat Jun 11 12:37:56 2011 -0700

    fix: removing dreprcated hearder comment
    
    The connect functionality of torTools was long ago sent upstream to TorCtl.
---
 src/util/torTools.py |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/src/util/torTools.py b/src/util/torTools.py
index d7ffa4d..f17ed0b 100644
--- a/src/util/torTools.py
+++ b/src/util/torTools.py
@@ -1,12 +1,6 @@
 """
 Helper for working with an active tor process. This both provides a wrapper for
-accessing TorCtl and notifications of state changes to subscribers. To quickly
-fetch a TorCtl instance to experiment with use the following:
-
->>> import util.torTools
->>> conn = util.torTools.connect()
->>> conn.get_info("version")["version"]
-'0.2.1.24'
+accessing TorCtl and notifications of state changes to subscribers.
 """
 
 import os





More information about the tor-commits mailing list