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

Modified Files:
        directory.py 
Log Message:
Ooops.


Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** directory.py        17 Oct 2003 00:31:55 -0000      1.48
--- directory.py        17 Oct 2003 00:55:52 -0000      1.49
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.49  2003/10/17 00:55:52  rshortt
+ # Ooops.
+ #
  # Revision 1.48  2003/10/17 00:31:55  rshortt
  # Make a bit cleaner.
***************
*** 137,141 ****
          self.mountpoint   = None
  
!         if add_args == None and parent.add_args: 
              add_args = parent.add_args
  
--- 140,144 ----
          self.mountpoint   = None
  
!         if add_args == None and hasattr(parent, 'add_args'): 
              add_args = parent.add_args
  




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