diff --git a/common/MTPy_Modified.py b/Common/MTPy_Modified.py similarity index 100% rename from common/MTPy_Modified.py rename to Common/MTPy_Modified.py diff --git a/common/__init__.py b/Common/__init__.py similarity index 100% rename from common/__init__.py rename to Common/__init__.py diff --git a/common/threading_decorators.py b/Common/threading_decorators.py similarity index 100% rename from common/threading_decorators.py rename to Common/threading_decorators.py diff --git a/Main/Main_Desktop.py b/Main/Main_Desktop.py index 9a6f5d8..b8a2ad1 100644 --- a/Main/Main_Desktop.py +++ b/Main/Main_Desktop.py @@ -6,8 +6,8 @@ from kivy.lang.builder import Builder from kivy.properties import ObjectProperty from kivy.uix.screenmanager import Screen # Other python module imports -from common.MTPy_Modified import MT_Modded as MeltpoolTomography -from common.threading_decorators import run_in_thread +from Common.MTPy_Modified import MT_Modded as MeltpoolTomography +from Common.threading_decorators import run_in_thread from types import SimpleNamespace import operator as op from ast import literal_eval