Fixed iname bug

This commit is contained in:
Skyler Lehmkuhl 2012-01-22 14:49:36 -05:00
parent d91bd2425a
commit 783687aeb3
1 changed files with 1 additions and 0 deletions

View File

@ -1113,6 +1113,7 @@ class Shape (object):
self.shapedata=[] self.shapedata=[]
self.filled=False self.filled=False
self.type="Shape" self.type="Shape"
self.iname = None
####################-----TEMPORARY-----######################### ####################-----TEMPORARY-----#########################
self.name = "s"+str(int(random.random()*10000))+str(SITER) self.name = "s"+str(int(random.random()*10000))+str(SITER)
SITER+=1 SITER+=1