SVN: r20966 - trunk/quixote
Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 05 Mar 2003 13:42:21 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: akuchlin Date: 2003-03-05 13:42:20 -0500 (Wed, 05 Mar 2003) New Revision: 20966 Modified: trunk/quixote/util.py Log: Correct filename Modified: trunk/quixote/util.py ============================================================================== --- trunk/quixote/util.py (original) +++ trunk/quixote/util.py 2003-03-05 13:42:21.000000000 -0500 @@ -13,7 +13,7 @@ CGIScript : Wraps a Python CGI script as a Quixote resource. StaticFile, StaticFilesFolder, and CGIScript were contributed by -Hamish Lawson. See doc/static_files.txt for examples of their use. +Hamish Lawson. See doc/static-files.txt for examples of their use. """ __revision__ = "$Id$"