mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
2to3 on pysollib/tile/[a-z]*.py
This commit is contained in:
parent
14b8756d56
commit
0cb1d4431d
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ __all__ = ['WizardDialog']
|
|||
import sys
|
||||
|
||||
from six.moves import tkinter
|
||||
import ttk
|
||||
from . import ttk
|
||||
|
||||
# PySol imports
|
||||
from pysollib.mygettext import _
|
||||
|
@ -37,8 +37,8 @@ from pysollib.wizardutil import WizardWidgets
|
|||
from pysollib.wizardpresets import presets
|
||||
|
||||
# Toolkit imports
|
||||
from tkwidget import MfxDialog
|
||||
from tkwidget import PysolScale, PysolCombo
|
||||
from .tkwidget import MfxDialog
|
||||
from .tkwidget import PysolScale, PysolCombo
|
||||
|
||||
if sys.version_info > (3,):
|
||||
basestring = str
|
||||
|
|
Loading…
Add table
Reference in a new issue