[Checkins] SVN: Zope3/trunk/src/zope/app/zapi/__init__.py these aliases don't make any sense as the real thing is imported a couple

Philipp von Weitershausen philikon at philikon.de
Tue May 2 05:01:18 EDT 2006


Log message for revision 67819:
  these aliases don't make any sense as the real thing is imported a couple
  of lines above. it's working and it's not deprecated.
  

Changed:
  U   Zope3/trunk/src/zope/app/zapi/__init__.py

-=-
Modified: Zope3/trunk/src/zope/app/zapi/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/zapi/__init__.py	2006-05-02 08:50:05 UTC (rev 67818)
+++ Zope3/trunk/src/zope/app/zapi/__init__.py	2006-05-02 09:01:18 UTC (rev 67819)
@@ -52,8 +52,6 @@
     queryMultiView = "zope.component.back35:deprecated",
     getViewProviding = "zope.component.back35:deprecated",
     queryViewProviding = "zope.component.back35:deprecated",
-    getDefaultViewName = "zope.component.back35:deprecated",
-    queryDefaultViewName = "zope.component.back35:deprecated",
     getResource = "zope.component.back35:deprecated",
     queryResource = "zope.component.back35:deprecated",
     )



More information about the Checkins mailing list