URI: 
       trename 'gui' console variable to 'window' - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit f3b0d83782608820ade883160753f520d7d8d715
   DIR parent 52315fdb72f5040118e9c338c5dcff655924870d
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue,  8 Sep 2015 09:37:12 +0200
       
       rename 'gui' console variable to 'window'
       
       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@@ -1754,7 +1754,7 @@ class ElectrumWindow(QMainWindow, PrintError):
                console.updateNamespace({'wallet' : self.wallet,
                                         'network' : self.network,
                                         'plugins' : self.gui_object.plugins,
       -                                 'gui': self})
       +                                 'window': self})
                console.updateNamespace({'util' : util, 'bitcoin':bitcoin})
        
                c = commands.Commands(self.config, self.wallet, self.network, lambda: self.console.set_json(True))