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