Changed mode to PyGUI for Linux

This commit is contained in:
Skyler Lehmkuhl 2012-01-04 15:21:30 -05:00
parent 331617c3e1
commit af13a21a02
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ if sys.platform=="linux2":
import misc_funcs import misc_funcs
#SYSTEM="gtk" #SYSTEM="gtk"
### TESTING - gtk should be Linux platform, at least for now #### ### TESTING - gtk should be Linux platform, at least for now ####
''' #'''
import pickle import pickle
import GUI # Using PyGUI. Experimental. import GUI # Using PyGUI. Experimental.
from GUI import Window as OSXWindow, Button as OSXButton, Image as OSXImage from GUI import Window as OSXWindow, Button as OSXButton, Image as OSXImage
@ -131,7 +131,7 @@ if sys.platform=="linux2":
ids = {} ids = {}
jsdefs = [] jsdefs = []
jsfunctions = "" jsfunctions = ""
sep = "/" sep = "/"'''
elif sys.platform=="win32": elif sys.platform=="win32":
import pickle import pickle
import GUI # Using PyGUI. Experimental. import GUI # Using PyGUI. Experimental.