[Zope3-checkins] CVS: Zope3/src/zope/component - __init__.py:1.18
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Tue Mar  2 09:25:22 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/component
In directory cvs.zope.org:/tmp/cvs-serv22062/src/zope/component
Modified Files:
	__init__.py 
Log Message:
Cosmetic cleanups in doc string.
=== Zope3/src/zope/component/__init__.py 1.17 => 1.18 ===
--- Zope3/src/zope/component/__init__.py:1.17	Mon Feb  9 02:41:20 2004
+++ Zope3/src/zope/component/__init__.py	Tue Mar  2 09:25:21 2004
@@ -11,11 +11,10 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
+"""Zope 3 Component Architecture
 
 $Id$
 """
-
 import sys
 import warnings
 from zope.interface import moduleProvides, Interface
    
    
More information about the Zope3-Checkins
mailing list