Rename remaining Slatwall generators from Sw* to Slatwall*
This commit is contained in:
parent
573b630adc
commit
a19debf1bd
|
@ -16,7 +16,7 @@
|
|||
|
||||
from boxes import *
|
||||
|
||||
class SwPliersHolder(Boxes):
|
||||
class SlatwallPliersHolder(Boxes):
|
||||
"""Bar to hang pliers on"""
|
||||
|
||||
ui_group = "SlatWall"
|
|
@ -17,7 +17,7 @@
|
|||
from boxes import *
|
||||
from boxes.lids import _TopEdge
|
||||
|
||||
class SwTypeTray(_TopEdge):
|
||||
class SlatwallTypeTray(_TopEdge):
|
||||
"""Type tray - allows only continuous walls"""
|
||||
|
||||
ui_group = "SlatWall"
|
Loading…
Reference in New Issue