From 3e89b650258a45afac878d9ee7cb8ba54d50e714 Mon Sep 17 00:00:00 2001 From: Jimbo77 Date: Wed, 22 Aug 2012 11:53:31 -0700 Subject: [PATCH] another small toolkit comment --- electrum | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/electrum b/electrum index 7d5e22f49..43eb6de6e 100755 --- a/electrum +++ b/electrum @@ -160,7 +160,8 @@ if __name__ == '__main__': error_message.showMessage("

Sorry, Electrum requires Qt >= 4.7 to run.

Check your distributions packages or download it at http://qt.nokia.com/downloads

") app.exec_() sys.exit(0) - + + #use the lite version if no toolkit specified try: import lib.gui_lite as gui except ImportError: