Explorar o código

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

David Robertson %!s(int64=5) %!d(string=hai) anos
pai
achega
aa16b5e339

+ 1 - 1
flatcamGUI/FlatCAMGUI.py

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

+ 0 - 0
flatcamGUI/PreferencesUI.py → flatcamGUI/preferences/PreferencesUI.py


+ 0 - 0
flatcamGUI/preferences/__init__.py