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

Andreas Jung andreas at andreas-jung.com
Fri Oct 7 05:41:12 EDT 2005


Log message for revision 38852:
  some renaming
  

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:40:49 UTC (rev 38851)
+++ Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/interfaces.py	2005-10-07 09:41:11 UTC (rev 38852)
@@ -105,10 +105,10 @@
         of their registration in ZCML.
     """
 
-    def register(method, mimetype, name, sortkey, factory):
+    def register(method, mimetype, name, priority, factory):
         """ registers a factory for method+mimetype """
 
     def lookup(method, mimetype, environment):
         """ Lookup a factory for a given method+mimetype and a 
-            enviroment. 
+            environment. 
         """



More information about the Zope3-Checkins mailing list