SVN: r25349 - trunk/quixote
Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Thu, 14 Oct 2004 13:37:19 -0400
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: nascheme
Date: 2004-10-14 13:37:11 -0400 (Thu, 14 Oct 2004)
New Revision: 25349
Modified:
trunk/quixote/util.py
Log:
use bool value
Modified: trunk/quixote/util.py
===================================================================
--- trunk/quixote/util.py 2004-10-14 17:34:01 UTC (rev 25348)
+++ trunk/quixote/util.py 2004-10-14 17:37:11 UTC (rev 25349)
@@ -197,7 +197,7 @@
FILE_CLASS = StaticFile
def __init__(self, path, use_cache=False, list_directory=False,
- follow_symlinks=0, cache_time=None, file_class=None,
+ follow_symlinks=False, cache_time=None, file_class=None,
index_filenames=None):
"""(path:string, use_cache:bool, list_directory:bool,
follow_symlinks:bool, cache_time:int,