[Zope3-checkins] CVS: Zope3/src/zope/app/publisher/browser - metadirectives.py:1.13

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Feb 13 17:35:40 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/publisher/browser
In directory cvs.zope.org:/tmp/cvs-serv11225/src/zope/app/publisher/browser

Modified Files:
	metadirectives.py 
Log Message:
The factory should be an id.


=== Zope3/src/zope/app/publisher/browser/metadirectives.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/publisher/browser/metadirectives.py:1.12	Wed Dec 17 10:37:27 2003
+++ Zope3/src/zope/app/publisher/browser/metadirectives.py	Fri Feb 13 17:35:39 2004
@@ -558,10 +558,10 @@
         required = False,
         )
 
-    factory = GlobalObject(
+    factory = Id(
         __doc__ = """Factory
 
-                 A factory for creating new objects
+                 A factory id for creating new objects
                  """,
         required = False,
         )




More information about the Zope3-Checkins mailing list