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

Modified Files:
        directory.py 
Log Message:
Make a bit cleaner.


Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** directory.py        17 Oct 2003 00:19:42 -0000      1.47
--- directory.py        17 Oct 2003 00:31:55 -0000      1.48
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.48  2003/10/17 00:31:55  rshortt
+ # Make a bit cleaner.
+ #
  # Revision 1.47  2003/10/17 00:19:42  rshortt
  # Respect a parent dir's add_args is we were not given any.
***************
*** 133,139 ****
          self.info         = {}
          self.mountpoint   = None
!         self.add_args     = add_args
          if add_args == None and parent.add_args: 
!             self.add_args = parent.add_args
  
          # set directory variables to default
--- 136,144 ----
          self.info         = {}
          self.mountpoint   = None
! 
          if add_args == None and parent.add_args: 
!             add_args = parent.add_args
! 
!         self.add_args = add_args
  
          # set directory variables to default




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to