Missing import

This commit is contained in:
mailchuck 2015-12-21 15:38:45 +01:00 committed by Peter Surda
parent 4647fcb876
commit 0f24fe5a0c
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import ctypes import ctypes
from PyQt4 import QtCore, QtGui from PyQt4 import QtCore, QtGui
import sys import sys
import time
import account import account
from debug import logger from debug import logger