Remove unnecessary import and declaration of i18n in plugins

This commit is contained in:
fieldOfView 2018-10-03 22:00:24 +02:00
parent 9986e38dca
commit 9ac744b9ba
17 changed files with 11 additions and 44 deletions

View file

@ -1,12 +1,8 @@
# Copyright (c) 2017 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from UM.i18n import i18nCatalog
from . import FirmwareUpdateChecker
i18n_catalog = i18nCatalog("cura")
def getMetaData():
return {}