[tor-commits] [stem/master] Typo in import statement

atagar at torproject.org atagar at torproject.org
Mon Mar 26 00:10:01 UTC 2012


commit 5f8064b3ba8f47162dc781a5804839c029599d14
Author: Damian Johnson <atagar at torproject.org>
Date:   Wed Mar 7 20:20:09 2012 -0800

    Typo in import statement
    
    Basic syntax issue (import typo)
---
 stem/descriptor/reader.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/stem/descriptor/reader.py b/stem/descriptor/reader.py
index 6bb3112..ec6a2b2 100644
--- a/stem/descriptor/reader.py
+++ b/stem/descriptor/reader.py
@@ -16,7 +16,7 @@ Example:
 """
 
 import os
-import theading
+import threading
 import mimetypes
 import Queue
 





More information about the tor-commits mailing list