From: Felix Domke Date: Sun, 19 Feb 2006 23:54:12 +0000 (+0000) Subject: copy e2reactor.py X-Git-Tag: 2.6.0~4126 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d2faf752d3e0d21c05bcac7851433c595d6006a3 copy e2reactor.py --- diff --git a/Makefile.am b/Makefile.am index 05359e4b..4cdb70e2 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