1
0

add __init__.py to classic, fix a few imports

This commit is contained in:
thomasv
2013-09-11 13:43:37 +02:00
parent 4fd05b8f70
commit 2f7c2f982d
6 changed files with 115 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ from PyQt4.QtGui import *
from PyQt4.QtCore import *
import PyQt4.QtCore as QtCore
from i18n import _
from electrum.i18n import _
from electrum import ELECTRUM_VERSION
class VersionGetter(threading.Thread):