##// END OF EJS Templates
Fixed whitespace issue.
Thomi Richards -
Show More
@@ -510,7 +510,7 b' def enable_gui(gui=None, app=None):'
510 GUI_QT4: enable_qt4,
510 GUI_QT4: enable_qt4,
511 GUI_GLUT: enable_glut,
511 GUI_GLUT: enable_glut,
512 GUI_PYGLET: enable_pyglet,
512 GUI_PYGLET: enable_pyglet,
513 GUI_GTK3: enable_gtk3,
513 GUI_GTK3: enable_gtk3,
514 }
514 }
515 try:
515 try:
516 gui_hook = guis[gui]
516 gui_hook = guis[gui]
General Comments 0
You need to be logged in to leave comments. Login now