mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
2to3 on pysollib/tile/ti*.py
This commit is contained in:
parent
38b9777b1f
commit
b1181c38f9
1 changed files with 2 additions and 2 deletions
|
@ -25,14 +25,14 @@ __all__ = ['TimeoutsDialog']
|
||||||
|
|
||||||
# imports
|
# imports
|
||||||
from six.moves import tkinter
|
from six.moves import tkinter
|
||||||
import ttk
|
from . import ttk
|
||||||
|
|
||||||
# PySol imports
|
# PySol imports
|
||||||
from pysollib.mygettext import _
|
from pysollib.mygettext import _
|
||||||
from pysollib.mfxutil import KwStruct
|
from pysollib.mfxutil import KwStruct
|
||||||
|
|
||||||
# Toolkit imports
|
# Toolkit imports
|
||||||
from tkwidget import MfxDialog, PysolScale
|
from .tkwidget import MfxDialog, PysolScale
|
||||||
|
|
||||||
|
|
||||||
# ************************************************************************
|
# ************************************************************************
|
||||||
|
|
Loading…
Add table
Reference in a new issue