[Zope3-checkins] SVN: Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/interfaces.py

Andreas Jung andreas at andreas-jung.com
Fri Oct 7 05:10:31 EDT 2005


Log message for revision 38847:
  

Changed:
  U   Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/interfaces.py

-=-
Modified: Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/interfaces.py
===================================================================
--- Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/interfaces.py	2005-10-07 09:09:00 UTC (rev 38846)
+++ Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/interfaces.py	2005-10-07 09:10:31 UTC (rev 38847)
@@ -105,7 +105,7 @@
         of their registration in ZCML.
     """
 
-    def register(method, mimetype, factory):
+    def register(method, mimetype, name, sortkey, factory):
         """ registers a factory for method+mimetype """
 
     def lookup(method, mimetype, environment):



More information about the Zope3-Checkins mailing list