fix: missing import
This commit is contained in:
@@ -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 *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user