[PATCH evemu 13/16] python: deprecate evemu.const
Peter Hutterer
peter.hutterer at who-t.net
Mon Aug 11 18:34:47 PDT 2014
It's now unused in internal code. Leave it there to avoid breakage of older
clients, but otherwise ignore it for the future.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
python/evemu/const.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/python/evemu/const.py b/python/evemu/const.py
index 19c507a..71ae91a 100644
--- a/python/evemu/const.py
+++ b/python/evemu/const.py
@@ -1,3 +1,7 @@
+# UNUSED AND DEPRECATED. DO NOT EDIT
+#
+# This file won't be updated and is left here merely to avoid breakage
+# in old code.
LIB = "libevemu.so"
ENCODING="iso8859-1"
UINPUT_NODE = "/dev/uinput"
--
1.9.3
More information about the Input-tools
mailing list