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/VersionUpgrade34to35
parent9986e38dca7fc1b91c0278f03993c478147368df (diff)
Remove unnecessary import and declaration of i18n in plugins
Diffstat (limited to 'plugins/VersionUpgrade/VersionUpgrade34to35')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade34to35/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade34to35/__init__.py b/plugins/VersionUpgrade/VersionUpgrade34to35/__init__.py
index 9d3410e40d..de0fdccb7d 100644
--- a/plugins/VersionUpgrade/VersionUpgrade34to35/__init__.py
+++ b/plugins/VersionUpgrade/VersionUpgrade34to35/__init__.py
@@ -5,7 +5,6 @@ from . import VersionUpgrade34to35
upgrade = VersionUpgrade34to35.VersionUpgrade34to35()
-
def getMetaData():
return {
"version_upgrade": {