Rename Box5 -> HingeBox
This commit is contained in:
parent
e5b19978dd
commit
5026c2bc03
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
from boxes import *
|
from boxes import *
|
||||||
|
|
||||||
class Box5(Boxes):
|
class HingeBox(Boxes):
|
||||||
"""Box with lid attached by cabinet hinges"""
|
"""Box with lid attached by cabinet hinges"""
|
||||||
|
|
||||||
ui_group = "Box"
|
ui_group = "Box"
|
||||||
|
@ -62,7 +62,7 @@ class Box5(Boxes):
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
b = Box5()
|
b = HingeBox()
|
||||||
b.parseArgs()
|
b.parseArgs()
|
||||||
b.render()
|
b.render()
|
||||||
|
|
Loading…
Reference in New Issue