mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 10:15:20 +00:00
fix names
This commit is contained in:
parent
4524c107cf
commit
e1e129fe30
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ from electrum import Wallet, mnemonic
|
||||||
|
|
||||||
from seed_dialog import SeedDialog
|
from seed_dialog import SeedDialog
|
||||||
from network_dialog import NetworkDialog
|
from network_dialog import NetworkDialog
|
||||||
from qt_util import *
|
from util import *
|
||||||
from amountedit import AmountEdit
|
from amountedit import AmountEdit
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
from PyQt4.QtGui import *
|
from PyQt4.QtGui import *
|
||||||
from PyQt4.QtCore import *
|
from PyQt4.QtCore import *
|
||||||
from electrum.i18n import _
|
from electrum.i18n import _
|
||||||
from qt_util import *
|
from util import *
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue