rm unneeded import
authorthomasv <thomasv@gitorious>
Tue, 26 Feb 2013 13:22:48 +0000 (14:22 +0100)
committerthomasv <thomasv@gitorious>
Tue, 26 Feb 2013 13:22:48 +0000 (14:22 +0100)
lib/commands.py

index 23fd45f..82072e6 100644 (file)
@@ -209,7 +209,6 @@ class Commands:
 
         out = {"hex":str(tx), "complete":tx.is_complete}
         if not tx.is_complete: 
-            import json
             out['input_info'] = repr(tx.input_info).replace(' ','')
         print_json(out)