From 4a399590e1d5704677fa4889ea86ffcdc0b2da17 Mon Sep 17 00:00:00 2001 From: Cian-H Date: Tue, 25 May 2021 13:11:56 +0100 Subject: [PATCH] Minor change for naming consistency --- {common => Common}/MTPy_Modified.py | 0 {common => Common}/__init__.py | 0 {common => Common}/threading_decorators.py | 0 Main/Main_Desktop.py | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) rename {common => Common}/MTPy_Modified.py (100%) rename {common => Common}/__init__.py (100%) rename {common => Common}/threading_decorators.py (100%) 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