[Zope3-checkins] CVS: Zope3/src/zope/app/services/tests - placefulsetup.py:1.27

Stephan Richter srichter@cosmos.phy.tufts.edu
Thu, 31 Jul 2003 17:35:21 -0400


Update of /cvs-repository/Zope3/src/zope/app/services/tests
In directory cvs.zope.org:/tmp/cvs-serv12802/services/tests

Modified Files:
	placefulsetup.py 
Log Message:
Updated formatting.


=== Zope3/src/zope/app/services/tests/placefulsetup.py 1.26 => 1.27 ===
--- Zope3/src/zope/app/services/tests/placefulsetup.py:1.26	Thu Jun 12 14:48:02 2003
+++ Zope3/src/zope/app/services/tests/placefulsetup.py	Thu Jul 31 17:35:16 2003
@@ -11,12 +11,10 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
+"""Base Mix-in class for Placeful Setups 
 
-Revision information:
 $Id$
 """
-
 from zope.app import zapi
 from zope.app.tests import setup
 from zope.app.tests.placelesssetup import PlacelessSetup