uppercase T in Tkinter...

This commit is contained in:
Headshotnoby 2021-06-22 18:56:22 -04:00
parent fdbd9761c7
commit cd3def12b1

View File

@ -1,6 +1,6 @@
import zipfile, tarfile, platform, os, time, shutil import zipfile, tarfile, platform, os, time, shutil
from tkinter import Tk, HORIZONTAL from Tkinter import Tk, HORIZONTAL
from tkinter.ttk import Progressbar, Label from ttk import Label, Progressbar
ext = { ext = {
"Windows": "zip", "Windows": "zip",