mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix: missing import
This commit is contained in:
parent
5f09ba661a
commit
db0a5f9b31
1 changed files with 4 additions and 2 deletions
|
@ -17,13 +17,15 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import sys, time, datetime, re, threading
|
||||
from electrum.i18n import _
|
||||
from electrum.util import print_error, print_msg
|
||||
import os.path, json, ast, traceback
|
||||
|
||||
from PyQt4.QtGui import *
|
||||
from PyQt4.QtCore import *
|
||||
|
||||
from electrum.i18n import _
|
||||
from electrum.util import print_error, print_msg
|
||||
from electrum import DEFAULT_PORTS
|
||||
from electrum.network import serialize_server, deserialize_server
|
||||
|
||||
from util import *
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue