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/RemovableDriveOutputDevice
parent9986e38dca7fc1b91c0278f03993c478147368df (diff)
Remove unnecessary import and declaration of i18n in plugins
Diffstat (limited to 'plugins/RemovableDriveOutputDevice')
-rw-r--r--plugins/RemovableDriveOutputDevice/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/RemovableDriveOutputDevice/__init__.py b/plugins/RemovableDriveOutputDevice/__init__.py
index dc547b7bcc..1758801f8a 100644
--- a/plugins/RemovableDriveOutputDevice/__init__.py
+++ b/plugins/RemovableDriveOutputDevice/__init__.py
@@ -3,12 +3,10 @@
from UM.Platform import Platform
from UM.Logger import Logger
-from UM.i18n import i18nCatalog
-catalog = i18nCatalog("cura")
+
def getMetaData():
- return {
- }
+ return {}
def register(app):
if Platform.isWindows():