Author: dmeyer
Date: Mon Jan 29 21:08:21 2007
New Revision: 9087
Modified:
trunk/ui/share/freevo_config.py
trunk/ui/src/input/__init__.py
Log:
no need for basic input plugin
Modified: trunk/ui/share/freevo_config.py
==============================================================================
--- trunk/ui/share/freevo_config.py (original)
+++ trunk/ui/share/freevo_config.py Mon Jan 29 21:08:21 2007
@@ -92,9 +92,6 @@
# plugin.remove(plugin_tv) or
# plugin.remove('tv') will remove the tv module from the main menu
-# basic input
-plugin.activate('input')
-
# Items in the main menu.
plugin.activate('tv', level=10)
plugin.activate('video', level=20)
Modified: trunk/ui/src/input/__init__.py
==============================================================================
--- trunk/ui/src/input/__init__.py (original)
+++ trunk/ui/src/input/__init__.py Mon Jan 29 21:08:21 2007
@@ -1,12 +1,3 @@
-from freevo.ui.plugin import Plugin
-
-class PluginInterface(Plugin):
- """
- Basic class to allow input plugins to be loaded.
- """
- pass
-
-
from keymap import KEYBOARD_MAP, REMOTE_MAP, DIRECTFB_MAP
from eventmap import EVENTMAP
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog