Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura/UI
diff options
context:
space:
mode:
authorfieldOfView <aldo@fieldofview.com>2020-04-12 10:23:54 +0300
committerfieldOfView <aldo@fieldofview.com>2020-04-12 10:24:41 +0300
commit4f0c24fecb19628faec2c58597d8a823bfc98ae5 (patch)
tree14de9bcfed0ed04a9f9080e0bfa53d271e2e75d1 /cura/UI
parenta9ecec0d5ca728679cf1082e9e22f4f9e6c6a1b8 (diff)
Reorder code for readability
Diffstat (limited to 'cura/UI')
-rw-r--r--cura/UI/ObjectsModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/UI/ObjectsModel.py b/cura/UI/ObjectsModel.py
index b4b1501ab7..c87f1010a9 100644
--- a/cura/UI/ObjectsModel.py
+++ b/cura/UI/ObjectsModel.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019 Ultimaker B.V.
+# Copyright (c) 2020 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from UM.Logger import Logger
import re