diff --git a/control b/control index 1c0d57c..01749fd 100644 --- a/control +++ b/control @@ -2,8 +2,12 @@ Package: lightningbeam Version: 1.0.0-alpha2 Section: graphics Priority: optional -Architecture: any +Architecture: all Installed-size: 27000 +<<<<<<< HEAD Depends: bash, python, libc +======= +Depends: bash, python, python-imaging +>>>>>>> 783687aeb3bb92c515f31f44b919bb0102d64d2f Maintainer: skycooler@gmail.com Description: Lightningbeam is an open-source animated content creation tool. diff --git a/svlgui.py b/svlgui.py index d420e49..8ff5bfe 100644 --- a/svlgui.py +++ b/svlgui.py @@ -1113,6 +1113,7 @@ class Shape (object): self.shapedata=[] self.filled=False self.type="Shape" + self.iname = None ####################-----TEMPORARY-----######################### self.name = "s"+str(int(random.random()*10000))+str(SITER) SITER+=1