SavinaRoja / PyUserInput

A module for cross-platform control of the mouse and keyboard in python that is simple to install and use.
GNU General Public License v3.0
1.07k stars 244 forks source link

change dict comprehension to use dict constructor #50

Closed aravinda0 closed 10 years ago

aravinda0 commented 10 years ago

Small fix to make PyKeyboard work in Python 2.6 (default on CentOS 6). Throws a syntax error otherwise.

pepijndevos commented 10 years ago

Makes sense.