[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/hooks.py Added module doc string.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jul 8 14:04:47 EDT 2004


Log message for revision 26207:
Added module doc string.



-=-
Modified: Zope3/trunk/src/zope/app/component/hooks.py
===================================================================
--- Zope3/trunk/src/zope/app/component/hooks.py	2004-07-08 16:53:24 UTC (rev 26206)
+++ Zope3/trunk/src/zope/app/component/hooks.py	2004-07-08 18:04:47 UTC (rev 26207)
@@ -11,11 +11,10 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
+"""Hooks for getting and setting a site in the thread global namespace.
 
 $Id$
 """
-
 from zope.component import getService
 from zope.component.interfaces import IServiceService
 from zope.app.site.interfaces import ISite



More information about the Zope3-Checkins mailing list