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/[a-c]*.py

This commit is contained in:
Shlomi Fish 2017-05-24 17:21:36 +03:00
parent e6894094ec
commit c68f3fcc6f

View file

@ -1,6 +1,6 @@
import ttk
from . import ttk
from tkwidget import MfxDialog
from .tkwidget import MfxDialog
class BaseTileMfxDialog(MfxDialog):