[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/debugskin/ Update doc strings to ReST

Phil Ruggera pruggera at san.rr.com
Fri Jul 23 17:13:09 EDT 2004


Log message for revision 26727:
  Update doc strings to ReST


Changed:
  U   Zope3/trunk/src/zope/app/debugskin/exceptions.py
  U   Zope3/trunk/src/zope/app/debugskin/tests.py


-=-
Modified: Zope3/trunk/src/zope/app/debugskin/exceptions.py
===================================================================
--- Zope3/trunk/src/zope/app/debugskin/exceptions.py	2004-07-23 21:11:50 UTC (rev 26726)
+++ Zope3/trunk/src/zope/app/debugskin/exceptions.py	2004-07-23 21:13:09 UTC (rev 26727)
@@ -15,6 +15,8 @@
 
 $Id$
 """
+__docformat__ = 'restructuredtext'
+
 import sys
 import traceback
 

Modified: Zope3/trunk/src/zope/app/debugskin/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/debugskin/tests.py	2004-07-23 21:11:50 UTC (rev 26726)
+++ Zope3/trunk/src/zope/app/debugskin/tests.py	2004-07-23 21:13:09 UTC (rev 26727)
@@ -15,6 +15,7 @@
 
 $Id$
 """
+__docformat__ = 'restructuredtext'
 
 from unittest import TestCase, TestLoader, TextTestRunner
 from zope.app.debugskin.exceptions import ExceptionDebugView



More information about the Zope3-Checkins mailing list