[tor-commits] [stem/master] Add missing import

atagar at torproject.org atagar at torproject.org
Mon Dec 31 03:13:07 UTC 2012


commit 4d9a71295f5f4afcfb41f3f0f75ef4ecc45b2124
Author: Ravi Chandra Padmala <neenaoffline at gmail.com>
Date:   Sun Dec 30 23:03:48 2012 +0530

    Add missing import
---
 test/util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/util.py b/test/util.py
index b89e48f..c8c40af 100644
--- a/test/util.py
+++ b/test/util.py
@@ -3,7 +3,7 @@ import struct
 
 import test.runner
 
-from stem import ProtocolError
+from stem import ProtocolError, SocketError
 
 error_msgs = {
   0x5a: "SOCKS4A request granted",





More information about the tor-commits mailing list