Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-04-28 22:33:49 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-04-28 22:33:49 (GMT)
commitc562be5b2e34d0e48327aea0b1e5fe731f06f518 (patch)
treef9ecb1e7ce77192fb71a819a30287b8e6d43297f
parent1093bbac787ffda5c593022b4dc9cbbe937e006b (diff)
wrong sintaxis
-rw-r--r--mouth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouth.py b/mouth.py
index 935626b..a72312a 100644
--- a/mouth.py
+++ b/mouth.py
@@ -83,7 +83,7 @@ class Mouth(gtk.DrawingArea):
# Draw the mouth
volume = self.volume / 30000.
mouthH = volume * bounds.height
- mouthW = volume * *2 * (bounds.width / 2.) + bounds.width / 2.
+ mouthW = volume**2 * (bounds.width / 2.) + bounds.width / 2.
# T
# L R
# B