Redid checkin

This commit is contained in:
2018-02-08 20:46:25 +01:00
parent 31566a085b
commit 804ec64c58
+5
View File
@@ -1,4 +1,9 @@
from tkinter import Tk, Label, Button, LabelFrame
from tkinter import filedialog, Entry, Checkbutton
from tkinter import Grid, StringVar
from tkinter import N, E, S, W
from tkinter import DISABLED, NORMAL
from os import errno
import os
from os.path import expanduser
import platform