Whole bunch of um-pep8 style fixes.

This commit is contained in:
daid 2015-11-27 13:50:44 +01:00
parent 938ac7a08b
commit 743b403b29
10 changed files with 22 additions and 20 deletions

View file

@ -2,10 +2,10 @@
# Cura is released under the terms of the AGPLv3 or higher.
from UM.i18n import i18nCatalog
catalog = i18nCatalog("cura")
from . import GCodeReader
catalog = i18nCatalog("cura")
def getMetaData():
return {
"plugin": {