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
diff options
context:
space:
mode:
authorfieldOfView <aldo@fieldofview.com>2018-10-03 23:00:24 +0300
committerfieldOfView <aldo@fieldofview.com>2018-10-03 23:00:24 +0300
commit9ac744b9ba33cacf767f9b9ba3873fef3bdb50bf (patch)
treea5265741dc61b8afb75ced366267ffd36f5f55ad /plugins/ModelChecker
parent9986e38dca7fc1b91c0278f03993c478147368df (diff)
Remove unnecessary import and declaration of i18n in plugins
Diffstat (limited to 'plugins/ModelChecker')
-rw-r--r--plugins/ModelChecker/__init__.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/ModelChecker/__init__.py b/plugins/ModelChecker/__init__.py
index 5f4d443729..dffee21723 100644
--- a/plugins/ModelChecker/__init__.py
+++ b/plugins/ModelChecker/__init__.py
@@ -1,11 +1,8 @@
# Copyright (c) 2018 Ultimaker B.V.
-# This example is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from . import ModelChecker
-from UM.i18n import i18nCatalog
-i18n_catalog = i18nCatalog("cura")
-
def getMetaData():
return {}