fix setup.py and a few imports
[electrum-nvc.git] / gui / gui_classic / history_widget.py
index 027a9ae..c218c3a 100644 (file)
@@ -1,5 +1,5 @@
 from PyQt4.QtGui import *
-from i18n import _
+from electrum.i18n import _
 
 class HistoryWidget(QTreeWidget):