diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-01-15 23:13:16 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-01-15 23:13:16 +0000 |
| commit | fc045d731e16175e39fdd4f618f3b174ec538948 (patch) | |
| tree | 619f6df792338074a8f6055952190d0143cee563 | |
| parent | 49b1d6023e84aa49b29bc0c0cd2e293b3a7e360c (diff) | |
| download | enigma2-fc045d731e16175e39fdd4f618f3b174ec538948.tar.gz enigma2-fc045d731e16175e39fdd4f618f3b174ec538948.zip | |
add GlobalActions.py
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b74b7b56..05359e4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,4 @@ 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 + keyids.py keymapparser.py mytest.py skin.py timer.py tools.py GlobalActions.py |
