Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16100/src/helpers

Modified Files:
        pluginslist.py 
Log Message:
adjust to new plugin interface

Index: pluginslist.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/pluginslist.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pluginslist.py      19 Jun 2005 12:06:46 -0000      1.1
--- pluginslist.py      5 Aug 2005 18:15:46 -0000       1.2
***************
*** 14,17 ****
--- 14,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2005/08/05 18:15:46  dischi
+ # adjust to new plugin interface
+ #
  # Revision 1.1  2005/06/19 12:06:46  dischi
  # rename plugin.py to pluginlist.py to avoid naming conflict
***************
*** 68,72 ****
      
      active = []
!     for p in plugin._all_plugins:
          active.append(p[0])
  
--- 71,75 ----
      
      active = []
!     for p in plugin.get():
          active.append(p[0])
  
***************
*** 160,164 ****
              if status == 'active':
                  print 'The plugin is loaded with the following settings:'
!                 for p in plugin._all_plugins:
                      if p[0] == name:
                          type = p[1]
--- 163,167 ----
              if status == 'active':
                  print 'The plugin is loaded with the following settings:'
!                 for p in plugin.get():
                      if p[0] == name:
                          type = p[1]



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to