Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv10086

Modified Files:
        commands.py 
Log Message:
add a default dir for commands

Index: commands.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/commands.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** commands.py 14 Sep 2003 20:09:36 -0000      1.5
--- commands.py 30 Sep 2003 17:09:56 -0000      1.6
***************
*** 15,18 ****
--- 15,21 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.6  2003/09/30 17:09:56  mikeruelle
+ # add a default dir for commands
+ #
  # Revision 1.5  2003/09/14 20:09:36  dischi
  # removed some TRUE=1 and FALSE=0 add changed some debugs to _debug_
***************
*** 327,329 ****
--- 330,334 ----
          return [ item ]
  
+     def config(self):
+         return [ ('COMMANDS_DIR', '/usr/local/bin', 'The directory to show commands 
from.') ]
  




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to