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

Modified Files:
        sysconfig.py 
Log Message:
add logname function

Index: sysconfig.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/sysconfig.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** sysconfig.py        27 Nov 2004 19:09:24 -0000      1.8
--- sysconfig.py        18 Dec 2004 13:39:38 -0000      1.9
***************
*** 295,296 ****
--- 295,303 ----
      """
      return os.path.join(CONF.datadir, name)
+ 
+ 
+ def logfile(name):
+     """
+     Return a datafile based on the name. The result is an absolute path.
+     """
+     return os.path.join(CONF.logdir, name)



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to