[Zope3-checkins] CVS: Zope3/lib/python/Zope/ContextWrapper - __init__.py:1.4
Jeremy Hylton
jeremy@zope.com
Tue, 3 Dec 2002 15:44:43 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/ContextWrapper
In directory cvs.zope.org:/tmp/cvs-serv20392
Modified Files:
__init__.py
Log Message:
cleanup docstring
=== Zope3/lib/python/Zope/ContextWrapper/__init__.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/ContextWrapper/__init__.py:1.3 Thu Oct 31 07:30:49 2002
+++ Zope3/lib/python/Zope/ContextWrapper/__init__.py Tue Dec 3 15:44:43 2002
@@ -11,9 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""
- ContextWrapper package initialization.
-"""
+"""ContextWrapper package initialization."""
+
from wrapper import *
# import the current, and rather hacky, python implementation of