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

Modified Files:
        xine.py 
Log Message:
fix for missing pyvdr

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/xine.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** xine.py     28 Dec 2004 00:35:19 -0000      1.10
--- xine.py     28 Dec 2004 18:07:34 -0000      1.11
***************
*** 14,17 ****
--- 14,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.11  2004/12/28 18:07:34  dischi
+ # fix for missing pyvdr
+ #
  # Revision 1.10  2004/12/28 00:35:19  rshortt
  # Further vdr-xine for DVB and df_xine tweaks, still planning on smoothing 
things
***************
*** 81,85 ****
  
  import pyepg
! from vdr.vdr import VDR
  
  import logging
--- 84,89 ----
  
  import pyepg
! if config.XINE_USE_VDR:
!     from vdr.vdr import VDR
  
  import logging



-------------------------------------------------------
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

Reply via email to