[Epydoc-commits] SF.net SVN: epydoc: [1736] trunk/epydoc/src/epydoc/docwriter/html_css.py
Brought to you by:
edloper
From: <ed...@us...> - 2008-02-23 01:07:34
|
Revision: 1736 http://epydoc.svn.sourceforge.net/epydoc/?rev=1736&view=rev Author: edloper Date: 2008-02-22 17:07:30 -0800 (Fri, 22 Feb 2008) Log Message: ----------- - Use raw string for TEMPLATE Modified Paths: -------------- trunk/epydoc/src/epydoc/docwriter/html_css.py Modified: trunk/epydoc/src/epydoc/docwriter/html_css.py =================================================================== --- trunk/epydoc/src/epydoc/docwriter/html_css.py 2008-02-23 01:07:05 UTC (rev 1735) +++ trunk/epydoc/src/epydoc/docwriter/html_css.py 2008-02-23 01:07:30 UTC (rev 1736) @@ -41,7 +41,7 @@ # Black on white, with blue highlights. This is similar to how # javadoc looks. -TEMPLATE = """ +TEMPLATE = r""" /* Epydoc CSS Stylesheet * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |