From 87b47c329bf60c336303f228e11ece571dbe91de Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 22 May 2013 21:48:47 +0000 Subject: pep8 and pyflakes cleanup --- (limited to 'pysamples/push_mouse_event.py') diff --git a/pysamples/push_mouse_event.py b/pysamples/push_mouse_event.py index b14315c..007c092 100644 --- a/pysamples/push_mouse_event.py +++ b/pysamples/push_mouse_event.py @@ -20,7 +20,7 @@ def myblock(tw, x): # ignore second argument # push y first so x will be popped first tw.lc.heap.append((tw.canvas.height / 2) - tw.mouse_y) tw.lc.heap.append(tw.mouse_x - (tw.canvas.width / 2)) - tw.lc.heap.append(1) # mouse event + tw.lc.heap.append(1) # mouse event tw.mouse_flag = 0 else: - tw.lc.heap.append(0) # no mouse event + tw.lc.heap.append(0) # no mouse event -- cgit v0.9.1