mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Sorted imports.
This commit is contained in:
parent
0fb76d00fc
commit
e9b36e10c9
1 changed files with 2 additions and 1 deletions
|
@ -21,11 +21,12 @@
|
||||||
#
|
#
|
||||||
# ---------------------------------------------------------------------------##
|
# ---------------------------------------------------------------------------##
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
from pysollib.mfxutil import KwStruct
|
from pysollib.mfxutil import KwStruct
|
||||||
from pysollib.mygettext import _
|
from pysollib.mygettext import _
|
||||||
from pysollib.ui.tktile.selecttree import SelectDialogTreeData
|
from pysollib.ui.tktile.selecttree import SelectDialogTreeData
|
||||||
|
|
||||||
import os
|
|
||||||
import six
|
import six
|
||||||
from six.moves import tkinter
|
from six.moves import tkinter
|
||||||
from six.moves import tkinter_colorchooser
|
from six.moves import tkinter_colorchooser
|
||||||
|
|
Loading…
Add table
Reference in a new issue