[tor-commits] [stem/master] Removing broken stem.util.control import

atagar at torproject.org atagar at torproject.org
Sat Jul 7 05:34:33 UTC 2012


commit 6631bf536adb73f7499bde68a0f1289a51e8f2aa
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri Jul 6 22:33:15 2012 -0700

    Removing broken stem.util.control import
    
    I deleted stem/util/control.py but forgot to rm the pyc afterward so stem
    continued to work for me despite having a broken import. Caught by Beck.
---
 stem/control.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/stem/control.py b/stem/control.py
index 1b830a5..5fce8c8 100644
--- a/stem/control.py
+++ b/stem/control.py
@@ -39,7 +39,6 @@ import stem.connection
 import stem.response
 import stem.socket
 import stem.version
-import stem.util.control
 import stem.util.log as log
 
 # state changes a control socket can have



More information about the tor-commits mailing list