Author: dmeyer Date: Sun Feb 4 20:20:43 2007 New Revision: 2458 Modified: trunk/popcorn/src/__init__.py
Log: expose get_all_players as player_names Modified: trunk/popcorn/src/__init__.py ============================================================================== --- trunk/popcorn/src/__init__.py (original) +++ trunk/popcorn/src/__init__.py Sun Feb 4 20:20:43 2007 @@ -29,3 +29,4 @@ from generic import Player from ptypes import * from config import config +from backends.manager import get_all_players as player_names ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
