Skip to content

Commit c56acf2

Browse files
Prepare to release 0.2
1 parent b504266 commit c56acf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
python-uinput - Simple Python API to the Linux uinput-system
33
==============================================================
44

5-
:date: 2009-12-16
5+
:date: 2010-01-16
66

77
.. contents::
88

@@ -39,7 +39,7 @@ To create and use an uinput driver::
3939
import uinput
4040
driver = uinput.Driver()
4141
driver.move_pointer(100, 100)
42-
driver.click(uinput.codes.BTN_LEFT)
42+
driver.click(uinput.keycodes.BTN_LEFT)
4343

4444
Downloading
4545
===========

0 commit comments

Comments
 (0)