Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/face.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-09-16 21:21:19 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-09-16 21:40:01 (GMT)
commit74362e63ca224bd7bdd1a6a6b016d91b973b911c (patch)
treedfc25a7080c7c9e083a413c1e0bdd4e56509e225 /face.py
parent02f202019aa2e9f0281218ca1f2a271bfbac3647 (diff)
Pep8 and pylint fixes
Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'face.py')
-rw-r--r--face.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/face.py b/face.py
index 64693f6..dd4bf90 100644
--- a/face.py
+++ b/face.py
@@ -23,6 +23,7 @@ import speak.espeak
import speak.face
import theme
+
class Face(gtk.EventBox):
def __init__(self):
gtk.EventBox.__init__(self)
@@ -46,6 +47,7 @@ class Face(gtk.EventBox):
pixbuf = card._read_icon_data('front')
self.window.draw_pixbuf(None, pixbuf, 0, 0, 0, 0)
+
def look_at():
if not speak.espeak.supported:
return
@@ -57,6 +59,7 @@ def look_at():
if i.parent:
i.face.look_at(x, y)
+
def acquire():
if not speak.espeak.supported:
return None