From af13a21a02d31511cd0db27122265beb679afb09 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Wed, 4 Jan 2012 15:21:30 -0500 Subject: [PATCH] Changed mode to PyGUI for Linux --- svlgui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svlgui.py b/svlgui.py index 0821e39..bfb4706 100644 --- a/svlgui.py +++ b/svlgui.py @@ -115,7 +115,7 @@ if sys.platform=="linux2": import misc_funcs #SYSTEM="gtk" ### TESTING - gtk should be Linux platform, at least for now #### - ''' + #''' import pickle import GUI # Using PyGUI. Experimental. from GUI import Window as OSXWindow, Button as OSXButton, Image as OSXImage @@ -131,7 +131,7 @@ if sys.platform=="linux2": ids = {} jsdefs = [] jsfunctions = "" - sep = "/" + sep = "/"''' elif sys.platform=="win32": import pickle import GUI # Using PyGUI. Experimental.