cleanup the plugins to fit the new namespace
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 22 Feb 2006 22:14:19 +0000 (22:14 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 22 Feb 2006 22:14:19 +0000 (22:14 +0000)
commit31fb73a15d12559b15f5506622c3902476d3ea0f
tree6f79a930ca7e4f16f5f5e84a3e5bd8fdfc0c5cf3
parent3613b3f0a365a6cfe83357754db892981c897bed
cleanup the plugins to fit the new namespace
21 files changed:
configure.ac
lib/python/Plugins/DemoPlugins/Makefile.am [new file with mode: 0644]
lib/python/Plugins/DemoPlugins/TestPlugin/Makefile.am [new file with mode: 0644]
lib/python/Plugins/DemoPlugins/TestPlugin/__init__.py [new file with mode: 0644]
lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py [new file with mode: 0644]
lib/python/Plugins/Extensions/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/TuxboxPlugins/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/TuxboxPlugins/__init__.py [new file with mode: 0644]
lib/python/Plugins/Extensions/TuxboxPlugins/plugin.py [new file with mode: 0644]
lib/python/Plugins/Extensions/TuxboxPlugins/tuxbox.png [new file with mode: 0644]
lib/python/Plugins/Extensions/WebInterface/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/WebInterface/__init__.py [new file with mode: 0644]
lib/python/Plugins/Extensions/WebInterface/plugin.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile.am [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/__init__.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/Makefile.am [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/SoftwareUpdate/Makefile.am [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/SoftwareUpdate/__init__.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/SoftwareUpdate/update.png [new file with mode: 0644]