[PATCH evemu 05/16] python: update the __all__ listing for the evemu module

Peter Hutterer peter.hutterer at who-t.net
Mon Aug 11 18:34:39 PDT 2014


Export the new class and the two public conversion functions.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 python/evemu/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/evemu/__init__.py b/python/evemu/__init__.py
index f58ab4f..928ef8d 100644
--- a/python/evemu/__init__.py
+++ b/python/evemu/__init__.py
@@ -29,7 +29,7 @@ import evemu.base
 import evemu.const
 import evemu.event_names
 
-__all__ = ["Device"]
+__all__ = ["Device", "InputEvent", "event_get_value", "event_get_name"]
 
 def event_get_value(event_type, event_code = None):
     """
-- 
1.9.3



More information about the Input-tools mailing list