Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/face.py
diff options
context:
space:
mode:
Diffstat (limited to 'face.py')
-rw-r--r--face.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/face.py b/face.py
index fd3effb..64693f6 100644
--- a/face.py
+++ b/face.py
@@ -51,11 +51,11 @@ def look_at():
return
display = gtk.gdk.display_get_default()
- screen, x, y, modifiers = display.get_pointer()
+ screen_, x, y, modifiers_ = display.get_pointer()
for i in _cache:
if i.parent:
- i.face.look_at(x,y)
+ i.face.look_at(x, y)
def acquire():
if not speak.espeak.supported: