This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package; | |
import cpp.Lib; | |
import sys.FileSystem; | |
import sys.io.File; | |
import com.sgtek.sengine.core.Game; | |
import com.sgtek.sengine.core.ResourceLoader; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try: | |
from Tkinter import * | |
from ttk import * | |
import ScrolledText as scrolledtext | |
import tkMessageBox as msgbox | |
import tkFileDialog as filedlg | |
except ImportError: | |
from tkinter import * | |
from tkinter.ttk import * | |
from tkinter import scrolledtext |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try: | |
from Tkinter import * | |
from ttk import * | |
import ScrolledText as scrolledtext | |
import tkMessageBox as msgbox | |
import tkFileDialog as filedlg | |
except ImportError: | |
from tkinter import * | |
from tkinter.ttk import * | |
from tkinter import scrolledtext |
NewerOlder