fix: missing import

This commit is contained in:
ThomasV 2015-10-28 12:10:43 +01:00
parent 5f09ba661a
commit db0a5f9b31
1 changed files with 4 additions and 2 deletions

View File

@ -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 *