Redid checkin
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
from tkinter import Tk, Label, Button, LabelFrame
|
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
|
import os
|
||||||
from os.path import expanduser
|
from os.path import expanduser
|
||||||
import platform
|
import platform
|
||||||
|
|||||||
Reference in New Issue
Block a user