Rename Box4 -> IntegratedHingeBox

This commit is contained in:
Florian Festi 2017-03-06 18:55:41 +01:00
parent 75b7724255
commit e5b19978dd
1 changed files with 2 additions and 2 deletions

View File

@ -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()