Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/face.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-10-06 11:27:27 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-10-06 11:27:27 (GMT)
commit9694e9551ae3c60f9af93eee6bfcfb349a357181 (patch)
tree52c979213a8f9aeee87a16f7cf5d22aa0f82e6fd /face.py
parentc895c1e658d616a6a52b274494aefce1a28abfe0 (diff)
Pylint cleanup
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: