From d2faf752d3e0d21c05bcac7851433c595d6006a3 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 19 Feb 2006 23:54:12 +0000 Subject: [PATCH] copy e2reactor.py --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 05359e4..4cdb70e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,5 @@ installdir = $(LIBDIR)/enigma2/python install_PYTHON = \ Navigation.py NavigationInstance.py RecordTimer.py ServiceReference.py \ - keyids.py keymapparser.py mytest.py skin.py timer.py tools.py GlobalActions.py + keyids.py keymapparser.py mytest.py skin.py timer.py tools.py GlobalActions.py \ + e2reactor.py -- 2.7.4