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

Modified Files:
        config.py 
Log Message:
create metadata dir

Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** config.py   7 Feb 2004 17:12:16 -0000       1.95
--- config.py   8 Feb 2004 19:53:14 -0000       1.96
***************
*** 23,26 ****
--- 23,29 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.96  2004/02/08 19:53:14  dischi
+ # create metadata dir
+ #
  # Revision 1.95  2004/02/07 17:12:16  dischi
  # remove non ascii chars from log message
***************
*** 836,839 ****
--- 839,845 ----
      os.makedirs(OVERLAY_DIR + '/disc')
      
+ if not os.path.isdir(OVERLAY_DIR + '/disc/metadata'):
+     os.makedirs(OVERLAY_DIR + '/disc/metadata')
+     
  if not os.path.isdir(OVERLAY_DIR + '/disc-set'):
      os.makedirs(OVERLAY_DIR + '/disc-set')



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to