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

Modified Files:
        tvtime.py xawtv.py 
Log Message:
deactivate broken plugins

Index: tvtime.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/tvtime.py,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** tvtime.py   16 Jul 2005 09:48:24 -0000      1.46
--- tvtime.py   16 Jul 2005 10:03:44 -0000      1.47
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.47  2005/07/16 10:03:44  dischi
+ # deactivate broken plugins
+ #
  # Revision 1.46  2005/07/16 09:48:24  dischi
  # adjust to new event interface
***************
*** 91,95 ****
  
  import plugin
- import eventhandler
  
  import logging
--- 94,97 ----
***************
*** 102,105 ****
--- 104,109 ----
      """
      def __init__(self):
+         self.reason = config.REDESIGN_UNKNOWN
+         return
          plugin.Plugin.__init__(self)
  

Index: xawtv.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/xawtv.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** xawtv.py    16 Jul 2005 09:48:24 -0000      1.12
--- xawtv.py    16 Jul 2005 10:03:46 -0000      1.13
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.13  2005/07/16 10:03:46  dischi
+ # deactivate broken plugins
+ #
  # Revision 1.12  2005/07/16 09:48:24  dischi
  # adjust to new event interface
***************
*** 76,80 ****
  
  import plugin
- import eventhandler
  
  import logging
--- 79,82 ----
***************
*** 97,100 ****
--- 99,104 ----
      def __init__(self, app, remote):
          plugin.Plugin.__init__(self)
+         self.reason = config.REDESIGN_UNKNOWN
+         return
  
        #XXX might want to check to see if .xawtv present.



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