[PATCH evemu 1/4] py: Add ENCODING="iso8859-1" to const.py

Daniel Martin consume.noise at gmail.com
Fri Jan 10 00:30:34 PST 2014


The ENCODING is used to decode bytes to str objects

Signed-off-by: Daniel Martin <consume.noise at gmail.com>
---
ENCODING is already in use, but became missing due to dropping the
_callstr patch.

 python/evemu/const.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/evemu/const.py b/python/evemu/const.py
index 794ede7..35f1878 100644
--- a/python/evemu/const.py
+++ b/python/evemu/const.py
@@ -1,4 +1,5 @@
 LIB = "libevemu.so"
+ENCODING="iso8859-1"
 UINPUT_NODE = "/dev/uinput"
 
 # The following should be examined every release of evemu
-- 
1.8.5.2



More information about the Input-tools mailing list