1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Sorted imports.

This commit is contained in:
Joe R 2021-08-14 18:48:06 -04:00
parent 0fb76d00fc
commit e9b36e10c9

View file

@ -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