1
0

fix setup.py and a few imports

This commit is contained in:
thomasv
2013-09-11 13:49:24 +02:00
parent 2f7c2f982d
commit 69f91ba84b
4 changed files with 23 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
from PyQt4.QtGui import *
from PyQt4.QtCore import *
from i18n import _
from electrum.i18n import _
class ReceivingWidget(QTreeWidget):