1
0
Fork 0
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:
Shlomi Fish 2017-05-24 18:01:40 +03:00
parent 38b9777b1f
commit b1181c38f9

View file

@ -25,14 +25,14 @@ __all__ = ['TimeoutsDialog']
# imports
from six.moves import tkinter
import ttk
from . import ttk
# PySol imports
from pysollib.mygettext import _
from pysollib.mfxutil import KwStruct
# Toolkit imports
from tkwidget import MfxDialog, PysolScale
from .tkwidget import MfxDialog, PysolScale
# ************************************************************************