Skip to content

Commit

Permalink
error at indent (i'm testing with another machine)
Browse files Browse the repository at this point in the history
  • Loading branch information
krahser authored and AlMaVizca committed Mar 2, 2011
1 parent 4b1c382 commit 4f29177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymouse/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self):
PyMouseEventMeta.__init__(self)
self.hm = pyHook.HookManager()

def run(self):
def run(self):
self.hm.MouseAllButtons = self._click
self.hm.MouseMove = self._move
self.hm.HookMouse()
Expand Down

0 comments on commit 4f29177

Please sign in to comment.