mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
menubar: Remove unnecessary imports.
This commit is contained in:
parent
fdf09e8189
commit
ac60cb2516
2 changed files with 2 additions and 10 deletions
|
@ -29,10 +29,8 @@ import ttk
|
|||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import kwdefault
|
||||
from pysollib.mfxutil import Image, USE_PIL
|
||||
from pysollib.util import CARDSET
|
||||
from pysollib.settings import TITLE, WIN_SYSTEM
|
||||
from pysollib.settings import WIN_SYSTEM
|
||||
from pysollib.settings import SELECT_GAME_MENU
|
||||
from pysollib.settings import USE_FREECELL_SOLVER
|
||||
from pysollib.settings import DEBUG
|
||||
|
|
|
@ -28,14 +28,8 @@ import Tkinter
|
|||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _, n_
|
||||
from pysollib.mfxutil import Image, USE_PIL
|
||||
from pysollib.mfxutil import USE_PIL
|
||||
from pysollib.util import CARDSET
|
||||
from pysollib.settings import TITLE, WIN_SYSTEM
|
||||
from pysollib.settings import TOP_TITLE
|
||||
from pysollib.settings import SELECT_GAME_MENU
|
||||
from pysollib.settings import USE_FREECELL_SOLVER
|
||||
from pysollib.settings import DEBUG
|
||||
from pysollib.gamedb import GI
|
||||
|
||||
# toolkit imports
|
||||
from pysollib.ui.tktile.tkconst import EVENT_HANDLED, EVENT_PROPAGATE, CURSOR_WATCH, COMPOUNDS
|
||||
|
|
Loading…
Add table
Reference in a new issue