mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -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
|
# PySol imports
|
||||||
from pysollib.mygettext import _, n_
|
from pysollib.mygettext import _, n_
|
||||||
from pysollib.mfxutil import kwdefault
|
|
||||||
from pysollib.mfxutil import Image, USE_PIL
|
|
||||||
from pysollib.util import CARDSET
|
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 SELECT_GAME_MENU
|
||||||
from pysollib.settings import USE_FREECELL_SOLVER
|
from pysollib.settings import USE_FREECELL_SOLVER
|
||||||
from pysollib.settings import DEBUG
|
from pysollib.settings import DEBUG
|
||||||
|
|
|
@ -28,14 +28,8 @@ import Tkinter
|
||||||
|
|
||||||
# PySol imports
|
# PySol imports
|
||||||
from pysollib.mygettext import _, n_
|
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.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
|
# toolkit imports
|
||||||
from pysollib.ui.tktile.tkconst import EVENT_HANDLED, EVENT_PROPAGATE, CURSOR_WATCH, COMPOUNDS
|
from pysollib.ui.tktile.tkconst import EVENT_HANDLED, EVENT_PROPAGATE, CURSOR_WATCH, COMPOUNDS
|
||||||
|
|
Loading…
Add table
Reference in a new issue