Update of /cvsroot/freevo/freevo/src/record/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9031/src/record/plugins

Modified Files:
        fxdfile.py replex.py thumbnail.py 
Log Message:
Move src/record/types.py to src/record/record_types.py because types
conflicts with the types in python.


Index: fxdfile.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/record/plugins/fxdfile.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fxdfile.py  23 Feb 2005 19:28:47 -0000      1.1
--- fxdfile.py  1 Apr 2005 17:59:45 -0000       1.2
***************
*** 38,42 ****
  from record.plugins import Plugin
  from util.fxdimdb import FxdImdb, makeVideo
! from record.types import *
  
  class PluginInterface(Plugin):
--- 38,42 ----
  from record.plugins import Plugin
  from util.fxdimdb import FxdImdb, makeVideo
! from record.record_types import *
  
  class PluginInterface(Plugin):

Index: replex.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/record/plugins/replex.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** replex.py   23 Feb 2005 21:35:00 -0000      1.1
--- replex.py   1 Apr 2005 17:59:45 -0000       1.2
***************
*** 41,45 ****
  from util.fileops import find_file_in_path
  from record.plugins import Plugin
! from record.types import *
  
  # get logging object
--- 41,45 ----
  from util.fileops import find_file_in_path
  from record.plugins import Plugin
! from record.record_types import *
  
  # get logging object

Index: thumbnail.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/record/plugins/thumbnail.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** thumbnail.py        23 Feb 2005 19:28:47 -0000      1.1
--- thumbnail.py        1 Apr 2005 17:59:45 -0000       1.2
***************
*** 34,38 ****
  from util.videothumb import snapshot
  from record.plugins import Plugin
! from record.types import *
  
  class PluginInterface(Plugin):
--- 34,38 ----
  from util.videothumb import snapshot
  from record.plugins import Plugin
! from record.record_types import *
  
  class PluginInterface(Plugin):



-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to