mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
2to3 on pysollib/tk/[a-c]*.py
This commit is contained in:
parent
ec17c0743c
commit
0a56ffe224
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
import Tkinter
|
from six.moves import tkinter
|
||||||
|
|
||||||
from tkwidget import MfxDialog
|
from pysollib.tk.tkwidget import MfxDialog
|
||||||
|
|
||||||
|
|
||||||
class BaseTkMfxDialog(MfxDialog):
|
class BaseTkMfxDialog(MfxDialog):
|
||||||
def _calcToolkit(self):
|
def _calcToolkit(self):
|
||||||
return Tkinter
|
return tkinter
|
||||||
|
|
||||||
def _calc_MfxDialog(self):
|
def _calc_MfxDialog(self):
|
||||||
return MfxDialog
|
return MfxDialog
|
||||||
|
|
Loading…
Add table
Reference in a new issue