Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20405
Modified Files:
plugin.py
Log Message:
add 'database()' function to mimetypes
Index: plugin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugin.py,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** plugin.py 18 Dec 2004 13:41:28 -0000 1.79
--- plugin.py 18 Dec 2004 18:08:39 -0000 1.80
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.80 2004/12/18 18:08:39 dischi
+ # add 'database()' function to mimetypes
+ #
# Revision 1.79 2004/12/18 13:41:28 dischi
# call notifier.step() on init
***************
*** 241,244 ****
--- 244,254 ----
+ def database(self):
+ """
+ returns a database object
+ """
+ return None
+
+
class InputPlugin(Plugin):
"""
***************
*** 456,460 ****
! def mimetype(display_type):
"""
return all MimetypePlugins for the given display_type. If display_type is
--- 466,470 ----
! def mimetype(display_type=None):
"""
return all MimetypePlugins for the given display_type. If display_type is
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog