[CMF-checkins] CVS: Products/CMFCore - utils.py:1.42.6.1

Christian 'Tiran' Heimes heimes at faho.rwth-aachen.de
Sun Mar 7 07:12:05 EST 2004


Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv15852

Modified Files:
      Tag: mro-advanture-branch
	utils.py 
Log Message:
Fixed line ending CRLF -> LF


=== Products/CMFCore/utils.py 1.42 => 1.42.6.1 ===
--- Products/CMFCore/utils.py:1.42	Sat Jun 28 12:31:20 2003
+++ Products/CMFCore/utils.py	Sun Mar  7 07:12:03 2004
@@ -49,7 +49,7 @@
 security = ModuleSecurityInfo( 'Products.CMFCore.utils' )
 
 _dtmldir = os_path.join( package_home( globals() ), 'dtml' )
-_wwwdir = os.path.join( package_home( globals() ), 'www' )
+_wwwdir = os.path.join( package_home( globals() ), 'www' )
 
 #
 #   Simple utility functions, callable from restricted code.




More information about the CMF-checkins mailing list