Shift the PreferencesUI.py file into a new `preferences` subpackage

This commit is contained in:
David Robertson 2020-04-29 22:02:25 +01:00
parent db8dd77c72
commit aa16b5e339
3 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
# Date: 3/10/2019 #
# ##########################################################
from flatcamGUI.PreferencesUI import *
from flatcamGUI.preferences.PreferencesUI import *
from flatcamEditors.FlatCAMGeoEditor import FCShapeTool
from matplotlib.backend_bases import KeyEvent as mpl_key_event

View File