Arch: Minor bugfixes

This commit is contained in:
Yorik van Havre
2012-07-10 20:42:30 -03:00
parent a085eede68
commit 155ae0ca41
3 changed files with 25 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ def removeFromComponent(compobject,subobject):
it is added as a subtraction.'''
if compobject == subobject: return
found = False
attribs = ["Additions","Subtractions","Objects","Components","Base"]
attribs = ["Additions","Subtractions","Objects","Components","Base","Axes"]
for a in attribs:
if hasattr(compobject,a):
if a == "Base":