mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Merge branch 'fix_unnecessary_imports' of https://github.com/fieldOfView/Cura
This commit is contained in:
commit
9e5b72c5b6
17 changed files with 11 additions and 44 deletions
|
@ -2,10 +2,10 @@
|
|||
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
|
||||
|
||||
from . import PostProcessingPlugin
|
||||
from UM.i18n import i18nCatalog
|
||||
catalog = i18nCatalog("cura")
|
||||
|
||||
|
||||
def getMetaData():
|
||||
return {}
|
||||
|
||||
|
||||
def register(app):
|
||||
return {"extension": PostProcessingPlugin.PostProcessingPlugin()}
|
Loading…
Add table
Add a link
Reference in a new issue