Changeset 1419
- Timestamp:
- 10/28/06 13:48:42
- Files:
-
- trunk/cherrypy/lib/tidy.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/tidy.py
r1402 r1419 6 6 import traceback 7 7 8 8 import cherrypy 9 9 10 def tidy(temp_dir, tidy_path, strict_xml=False, errors_to_ignore=None, 10 11 indent=False, wrap=False):

