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/VersionUpgrade/VersionUpgrade25to26
parent9986e38dca7fc1b91c0278f03993c478147368df (diff)
Remove unnecessary import and declaration of i18n in plugins
Diffstat (limited to 'plugins/VersionUpgrade/VersionUpgrade25to26')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade25to26/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade25to26/__init__.py b/plugins/VersionUpgrade/VersionUpgrade25to26/__init__.py
index 1419325cc1..67aa73233f 100644
--- a/plugins/VersionUpgrade/VersionUpgrade25to26/__init__.py
+++ b/plugins/VersionUpgrade/VersionUpgrade25to26/__init__.py
@@ -3,9 +3,6 @@
from . import VersionUpgrade25to26
-from UM.i18n import i18nCatalog
-catalog = i18nCatalog("cura")
-
upgrade = VersionUpgrade25to26.VersionUpgrade25to26()
def getMetaData():