Просмотр исходного кода

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

David Robertson 5 лет назад
Родитель
Сommit
aa16b5e339
3 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      flatcamGUI/FlatCAMGUI.py
  2. 0 0
      flatcamGUI/preferences/PreferencesUI.py
  3. 0 0
      flatcamGUI/preferences/__init__.py

+ 1 - 1
flatcamGUI/FlatCAMGUI.py

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