URI: 
       trm unneeded import - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1cca1f2526ed4aa0eeaf5a9499c533622c154775
   DIR parent 42a10164eab7690f1131ccd03fa9c15f5b9149b0
  HTML Author: thomasv <thomasv@gitorious>
       Date:   Tue, 26 Feb 2013 14:22:48 +0100
       
       rm unneeded import
       
       Diffstat:
         M lib/commands.py                     |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/commands.py b/lib/commands.py
       t@@ -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)