commit 00fec3b4bbaa4f5748bd43a3344e909eccae7cc4 Author: Isis Lovecruft isis@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
tor-commits@lists.torproject.org