URI: 
       tadd missing import - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 6ee33948b69838896ecfd8846fadeab9373aa1ee
   DIR parent a0d5ba37c67afa85e3c25e3092edffb63378e439
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Mon,  8 Sep 2014 03:32:46 +0200
       
       add missing import
       
       Diffstat:
         M gui/qt/main_window.py               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -76,7 +76,7 @@ from electrum import ELECTRUM_VERSION
        import re
        
        from util import MyTreeWidget, HelpButton, EnterButton, line_dialog, text_dialog, ok_cancel_buttons, close_button, WaitingDialog
       -from util import filename_field, ok_cancel_buttons2
       +from util import filename_field, ok_cancel_buttons2, address_field
        
        
        def format_status(x):