mirror of
https://github.com/Cian-H/Melter.git
synced 2025-12-23 06:32:03 +00:00
Minor change for naming consistency
This commit is contained in:
@@ -6,8 +6,8 @@ from kivy.lang.builder import Builder
|
|||||||
from kivy.properties import ObjectProperty
|
from kivy.properties import ObjectProperty
|
||||||
from kivy.uix.screenmanager import Screen
|
from kivy.uix.screenmanager import Screen
|
||||||
# Other python module imports
|
# Other python module imports
|
||||||
from common.MTPy_Modified import MT_Modded as MeltpoolTomography
|
from Common.MTPy_Modified import MT_Modded as MeltpoolTomography
|
||||||
from common.threading_decorators import run_in_thread
|
from Common.threading_decorators import run_in_thread
|
||||||
from types import SimpleNamespace
|
from types import SimpleNamespace
|
||||||
import operator as op
|
import operator as op
|
||||||
from ast import literal_eval
|
from ast import literal_eval
|
||||||
|
|||||||
Reference in New Issue
Block a user