Rename Box4 -> IntegratedHingeBox
This commit is contained in:
parent
75b7724255
commit
e5b19978dd
|
@ -17,7 +17,7 @@
|
|||
from boxes import *
|
||||
|
||||
|
||||
class Box4(Boxes):
|
||||
class IntegratedHingeBox(Boxes):
|
||||
"""Box with lid and integraded hinge"""
|
||||
|
||||
ui_group = "Box"
|
||||
|
@ -66,7 +66,7 @@ class Box4(Boxes):
|
|||
|
||||
|
||||
def main():
|
||||
b = Box4()
|
||||
b = IntegratedHingeBox()
|
||||
b.parseArgs()
|
||||
b.render()
|
||||
|
Loading…
Reference in New Issue