mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-22 08:27:15 -05:00
use explicit import of Tkinter components
This commit is contained in:
parent
98d335438a
commit
712f4ce53b
|
|
@ -1,6 +1,18 @@
|
|||
import os
|
||||
|
||||
from Tkinter import *
|
||||
from Tkinter import (
|
||||
Tk,
|
||||
Button,
|
||||
Canvas,
|
||||
Scrollbar,
|
||||
VERTICAL,
|
||||
HORIZONTAL,
|
||||
RIGHT,
|
||||
LEFT,
|
||||
Y,
|
||||
X,
|
||||
)
|
||||
|
||||
import ttk
|
||||
from ttk import Frame, Style
|
||||
import PIL
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user