mirror of
https://github.com/ApfelTeeSaft/SplitNotes.git
synced 2026-08-26 19:33:39 +00:00
Deleted unwanted files
deleted pycache, testing file and test config-file
This commit is contained in:
-15
@@ -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()
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
Reference in New Issue
Block a user