mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 01:16:37 +08:00
Some style fixing, and added a test script to test for the major style violations.
This commit is contained in:
parent
32e3706677
commit
b0243a4caa
@ -3,6 +3,7 @@ from UM.View.Renderer import Renderer
|
||||
from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
|
||||
from UM.Resources import Resources
|
||||
|
||||
|
||||
class LayerView(View):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
@ -1,5 +1,6 @@
|
||||
from . import LayerView
|
||||
|
||||
|
||||
def getMetaData():
|
||||
return {
|
||||
'type': 'view',
|
||||
@ -11,5 +12,6 @@ def getMetaData():
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
def register(app):
|
||||
return {"view":LayerView.LayerView()}
|
||||
|
Loading…
x
Reference in New Issue
Block a user