- minor changes

- moved the ObjectCollection class to the flatcamObjects folder where it belongs
This commit is contained in:
Marius Stanciu
2020-04-27 14:05:40 +03:00
committed by Marius
parent a30d2d9185
commit fe2d232f60
6 changed files with 169 additions and 156 deletions

View File

@@ -16,7 +16,7 @@ from flatcamEditors.FlatCAMGeoEditor import FCShapeTool
from matplotlib.backend_bases import KeyEvent as mpl_key_event
import webbrowser
from ObjectCollection import KeySensitiveListView
from flatcamObjects.ObjectCollection import KeySensitiveListView
import subprocess
import os