1
0

another small toolkit comment

This commit is contained in:
Jimbo77
2012-08-22 11:53:31 -07:00
parent 434ef95d65
commit 3e89b65025

View File

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