WallDrillBox: Move to WallMounted group
Force manually to fix inheritance mess
This commit is contained in:
parent
d1bb098540
commit
fc64f03eed
|
@ -20,6 +20,7 @@ from boxes.walledges import _WallMountedBox
|
|||
|
||||
class WallDrillBox(DrillStand, _WallMountedBox):
|
||||
"""Box for drills with each compartment with a different height"""
|
||||
ui_group = "WallMounted"
|
||||
|
||||
def __init__(self):
|
||||
_WallMountedBox.__init__(self) # don't call DrillStand.__init__
|
||||
|
|
Loading…
Reference in New Issue