move the plugins into their own directory and every plugin has a main python file...
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 10 Jan 2006 15:39:00 +0000 (15:39 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 10 Jan 2006 15:39:00 +0000 (15:39 +0000)
commit91890bc31f2752aa8ff55372aa69a6723a0c09b5
treed9d558536109e919c410127a62b7873829f48df2
parentf1515e774761f54062c718ef23361800df65accb
move the plugins into their own directory and every plugin has a main python file called plugin.py in his directory
for example the update plugin now resides in /usr/lib/enigma2/python/Plugins/update
when you add a plugin, don't forget to put an empty __init__.py file into the directory, otherwise python doesn't recognize
the directory as module
configure.ac
lib/python/Components/PluginComponent.py
lib/python/Plugins/Makefile.am
lib/python/Plugins/update.png [deleted file]
lib/python/Plugins/update.py [deleted file]
lib/python/Plugins/update/Makefile.am [new file with mode: 0644]
lib/python/Plugins/update/update.png [new file with mode: 0644]
lib/python/Tools/Directories.py
po/Makefile.am
po/de.po