[Zope3-checkins] CVS: Zope3/src/zope/app/component -
metaconfigure.py:1.36
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Mar 23 17:08:48 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/component
In directory cvs.zope.org:/tmp/cvs-serv22597/src/zope/app/component
Modified Files:
metaconfigure.py
Log Message:
Rip out usage everywhere.
=== Zope3/src/zope/app/component/metaconfigure.py 1.35 => 1.36 ===
--- Zope3/src/zope/app/component/metaconfigure.py:1.35 Mon Mar 22 17:31:49 2004
+++ Zope3/src/zope/app/component/metaconfigure.py Tue Mar 23 17:08:16 2004
@@ -438,11 +438,3 @@
callable = handler,
args = (Presentation, 'setDefaultSkin', name)
)
-
-def usage(_context, name):
-
- _context.action(
- discriminator = ('usage', name),
- callable = handler,
- args = (Presentation, 'defineUsage', name)
- )
More information about the Zope3-Checkins
mailing list