From d91bd2425a09a594dd78e55a7acb0f6adc529c1b Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sun, 22 Jan 2012 14:06:56 -0500 Subject: [PATCH 1/2] control added --- control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control b/control index 003dba7..1240635 100644 --- a/control +++ b/control @@ -2,8 +2,8 @@ Package: lightningbeam Version: 1.0.0-alpha2 Section: graphics Priority: optional -Architecture: any +Architecture: all Installed-size: 27000 -Depends: bash, python +Depends: bash, python, python-imaging Maintainer: skycooler@gmail.com Description: Lightningbeam is an open-source animated content creation tool. From 783687aeb3bb92c515f31f44b919bb0102d64d2f Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sun, 22 Jan 2012 14:49:36 -0500 Subject: [PATCH 2/2] Fixed iname bug --- svlgui.py | 1 + 1 file changed, 1 insertion(+) 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