1
0

word per word completions

This commit is contained in:
ThomasV
2013-02-23 20:48:22 +01:00
parent 166db1e16f
commit 9ae12c43e4
2 changed files with 11 additions and 6 deletions

View File

@@ -1263,8 +1263,10 @@ class ElectrumWindow(QMainWindow):
def create_wall_tab(self):
from qt_console import Console
import util, bitcoin
self.console = console = Console()
console.updateNamespace({'wallet' : self.wallet, 'interface' : self.wallet.interface, 'gui':self})
console.updateNamespace({'util' : util, 'bitcoin':bitcoin})
return console