[Epydoc-commits] SF.net SVN: epydoc: [1347] trunk/epydoc/src/epydoc/__init__.py
Brought to you by:
edloper
|
From: <ed...@us...> - 2006-09-03 03:40:34
|
Revision: 1347
http://svn.sourceforge.net/epydoc/?rev=1347&view=rev
Author: edloper
Date: 2006-09-02 20:40:30 -0700 (Sat, 02 Sep 2006)
Log Message:
-----------
- Turned off debug flag (optimizing epydoc for speed)
Modified Paths:
--------------
trunk/epydoc/src/epydoc/__init__.py
Modified: trunk/epydoc/src/epydoc/__init__.py
===================================================================
--- trunk/epydoc/src/epydoc/__init__.py 2006-09-03 03:39:58 UTC (rev 1346)
+++ trunk/epydoc/src/epydoc/__init__.py 2006-09-03 03:40:30 UTC (rev 1347)
@@ -213,7 +213,7 @@
"""The license governing the use and distribution of epydoc"""
# [xx] this should probably be a private variable:
-DEBUG = True
+DEBUG = False
"""True if debugging is turned on."""
# Changes needed for docs:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|