1
0

lightning: add missing import, set console to none initially

This commit is contained in:
Janus
2018-03-21 16:45:51 +01:00
committed by ThomasV
parent 76bd120bdf
commit 13527987bc
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
from kivy.lang import Builder
from kivy.factory import Factory
from electrum_gui.kivy.i18n import _
import electrum.lightning as lightning
Builder.load_string('''
<LightningPayerDialog@Popup>