[Epydoc-commits] SF.net SVN: epydoc: [1803] trunk/epydoc/src/epydoc/markup/epytext.py
Brought to you by:
edloper
|
From: <ed...@us...> - 2008-02-27 01:01:31
|
Revision: 1803
http://epydoc.svn.sourceforge.net/epydoc/?rev=1803&view=rev
Author: edloper
Date: 2008-02-26 16:32:35 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
- Added missing global SCRWIDTH
Modified Paths:
--------------
trunk/epydoc/src/epydoc/markup/epytext.py
Modified: trunk/epydoc/src/epydoc/markup/epytext.py
===================================================================
--- trunk/epydoc/src/epydoc/markup/epytext.py 2008-02-27 00:28:32 UTC (rev 1802)
+++ trunk/epydoc/src/epydoc/markup/epytext.py 2008-02-27 00:32:35 UTC (rev 1803)
@@ -1502,6 +1502,7 @@
##################################################
## Top-Level Wrapper function
##################################################
+SCRWIDTH = 75
def pparse(str, show_warnings=1, show_errors=1, stream=sys.stderr):
"""
Pretty-parse the string. This parses the string, and catches any
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|