[tor-commits] [stem/master] Move all convenience functions to Controller class, and minor changes on them

atagar at torproject.org atagar at torproject.org
Tue Jun 12 15:54:16 UTC 2012


commit 1d8ee15ef127073c384021c81e0ea07951d2c2fe
Author: Beck <csybeck at gmail.com>
Date:   Fri Jun 8 00:31:56 2012 +0800

    Move all convenience functions to Controller class, and minor changes on them
---
 stem/control.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stem/control.py b/stem/control.py
index 9ceb630..6ba39d0 100644
--- a/stem/control.py
+++ b/stem/control.py
@@ -484,9 +484,9 @@ class Controller(BaseController):
     """
     A convenience method to get tor version that current controller is
     connected to.
-    
+	
     :returns: :class:`stem.version.Version`
-    
+	
     :raises:
       * :class:`stem.socket.ControllerError` if unable to query the version
       * ValueError if unable to parse the version





More information about the tor-commits mailing list