mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
fix missing import
This commit is contained in:
parent
00f298d3b1
commit
0c20e737a9
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
from functools import partial
|
||||||
|
|
||||||
from PyQt4.QtGui import *
|
from PyQt4.QtGui import *
|
||||||
from PyQt4.QtCore import *
|
from PyQt4.QtCore import *
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,6 @@ import json
|
||||||
from hashlib import sha256
|
from hashlib import sha256
|
||||||
from urlparse import urljoin
|
from urlparse import urljoin
|
||||||
from urllib import quote
|
from urllib import quote
|
||||||
from functools import partial
|
|
||||||
|
|
||||||
import electrum
|
import electrum
|
||||||
from electrum import bitcoin
|
from electrum import bitcoin
|
||||||
|
|
Loading…
Add table
Reference in a new issue