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

Modified Files:
        replex.py 
Log Message:
use kaa.metadata instead of mmpython

Index: replex.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/record/plugins/replex.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** replex.py   28 Jun 2005 15:56:09 -0000      1.9
--- replex.py   2 Jul 2005 16:46:26 -0000       1.10
***************
*** 33,37 ****
  # python imports
  import os
! import mmpython
  import logging
  
--- 33,37 ----
  # python imports
  import os
! import kaa.metadata
  import logging
  
***************
*** 70,74 ****
          """
          # get length of both files
!         srcinfo = mmpython.parse(source)
          if not srcinfo:
              # this shoudln't happen
--- 70,74 ----
          """
          # get length of both files
!         srcinfo = kaa.metadata.parse(source)
          if not srcinfo:
              # this shoudln't happen
***************
*** 79,83 ****
              slen = srcinfo.length
  
!         destinfo = mmpython.parse(dest)
          if not destinfo:
              # replex didn't work
--- 79,83 ----
              slen = srcinfo.length
  
!         destinfo = kaa.metadata.parse(dest)
          if not destinfo:
              # replex didn't work
***************
*** 140,144 ****
              return
  
!         if not mmpython.parse(source):
              log.info('%s is failed' % String(source))
              return
--- 140,144 ----
              return
  
!         if not kaa.metadata.parse(source):
              log.info('%s is failed' % String(source))
              return



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to