[tor-commits] [ooni-probe/master] removed unused import statement
    art at torproject.org 
    art at torproject.org
       
    Wed Apr  4 18:05:50 UTC 2012
    
    
  
commit 00fec3b4bbaa4f5748bd43a3344e909eccae7cc4
Author: Isis Lovecruft <isis at patternsinthevoid.net>
Date:   Tue Mar 13 17:07:19 2012 -0700
    removed unused import statement
---
 plugoo/nodes.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/plugoo/nodes.py b/plugoo/nodes.py
index ccdaa44..074c0db 100644
--- a/plugoo/nodes.py
+++ b/plugoo/nodes.py
@@ -7,12 +7,11 @@
     This contains all the code related to Nodes
     both network and code execution.
 
-    :copyright: (c) 2012 by Arturo Filastò.
+    :copyright: (c) 2012 by Arturo Filastò, Isis Lovecruft.
     :license: see LICENSE for more details.
 
 """
 
-import cmd
 import os
 from binascii import hexlify
 
    
    
More information about the tor-commits
mailing list