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
cb46f94238
commit
e38cf79e2b
1 changed files with 2 additions and 1 deletions
|
@ -21,11 +21,12 @@
|
|||
#
|
||||
# ---------------------------------------------------------------------------##
|
||||
|
||||
import os
|
||||
|
||||
from pysollib.mfxutil import KwStruct
|
||||
from pysollib.mygettext import _
|
||||
from pysollib.ui.tktile.selecttree import SelectDialogTreeData
|
||||
|
||||
import os
|
||||
import six
|
||||
from six.moves import tkinter
|
||||
from six.moves import tkinter_colorchooser
|
||||
|
|
Loading…
Add table
Reference in a new issue