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