commit 1cf453587e91bc9361e2e669d82d53079606b10f parent 075a1d13c518a3ca047ba062f38f31f8bb44a786 Author: thomasv <thomasv@gitorious> Date: Wed, 4 Sep 2013 17:27:13 +0200 fix: is_valid Diffstat:
M | gui/gui_classic.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/gui_classic.py b/gui/gui_classic.py @@ -33,7 +33,7 @@ from PyQt4.QtGui import * from PyQt4.QtCore import * import PyQt4.QtCore as QtCore -from electrum.bitcoin import MIN_RELAY_TX_FEE +from electrum.bitcoin import MIN_RELAY_TX_FEE, is_valid try: import icons_rc