Rename Box5 -> HingeBox

This commit is contained in:
Florian Festi 2017-03-06 18:58:30 +01:00
parent e5b19978dd
commit 5026c2bc03
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
from boxes import *
class Box5(Boxes):
class HingeBox(Boxes):
"""Box with lid attached by cabinet hinges"""
ui_group = "Box"
@ -62,7 +62,7 @@ class Box5(Boxes):
def main():
b = Box5()
b = HingeBox()
b.parseArgs()
b.render()