Browse Source

another small toolkit comment

283
Jimbo77 12 years ago
parent
commit
3e89b65025
  1. 1
      electrum

1
electrum

@ -161,6 +161,7 @@ if __name__ == '__main__':
app.exec_()
sys.exit(0)
#use the lite version if no toolkit specified
try:
import lib.gui_lite as gui
except ImportError:

Loading…
Cancel
Save