diff --git a/TESTING.py b/TESTING.py deleted file mode 100644 index 0644111..0000000 --- a/TESTING.py +++ /dev/null @@ -1,15 +0,0 @@ -import tkinter -import setting_handler as s - -#s.load_settings() - -root = tkinter.Tk(); - -top = tkinter.Toplevel() - -e = tkinter.Entry(top) -e.pack() - -top.title("About this application...") - -tkinter.mainloop() \ No newline at end of file diff --git a/__pycache__/config.cpython-35.pyc b/__pycache__/config.cpython-35.pyc deleted file mode 100644 index 57f22b1..0000000 Binary files a/__pycache__/config.cpython-35.pyc and /dev/null differ diff --git a/__pycache__/ls_connection.cpython-35.pyc b/__pycache__/ls_connection.cpython-35.pyc deleted file mode 100644 index 62c3619..0000000 Binary files a/__pycache__/ls_connection.cpython-35.pyc and /dev/null differ diff --git a/__pycache__/note_reader.cpython-35.pyc b/__pycache__/note_reader.cpython-35.pyc deleted file mode 100644 index 2e69923..0000000 Binary files a/__pycache__/note_reader.cpython-35.pyc and /dev/null differ diff --git a/resources/config.cfg b/resources/config.cfg deleted file mode 100644 index f3580f3..0000000 --- a/resources/config.cfg +++ /dev/null @@ -1,7 +0,0 @@ -notes=C:/Users/Joel/Documents/EA Games/Mirror's Edge/TdGame/Config/TdEngine.ini -server_port=16834 -text_color=#000000 -double_layout=True -font_size=11 -font=ms sans serif -background_color=#ffffff