commit 1d8ee15ef127073c384021c81e0ea07951d2c2fe Author: Beck csybeck@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
tor-commits@lists.torproject.org