[Checkins] SVN: grok/branches/d2m-ztk-support/src/grok/publication.py Fixed deprecation in tests.

Souheil CHELFOUH souheil at chelfouh.com
Mon Nov 9 15:42:38 EST 2009


Log message for revision 105556:
  Fixed deprecation in tests.
  

Changed:
  U   grok/branches/d2m-ztk-support/src/grok/publication.py

-=-
Modified: grok/branches/d2m-ztk-support/src/grok/publication.py
===================================================================
--- grok/branches/d2m-ztk-support/src/grok/publication.py	2009-11-09 20:40:50 UTC (rev 105555)
+++ grok/branches/d2m-ztk-support/src/grok/publication.py	2009-11-09 20:42:38 UTC (rev 105556)
@@ -30,13 +30,13 @@
 from zope.security.checker import selectChecker
 from zope.publisher.publish import mapply
 
+from zope.publisher.interfaces.http import IHTTPException
 from zope.publisher.interfaces.browser import IBrowserView
 
 from zope.app.publication.http import BaseHTTPPublication, HTTPPublication
 from zope.app.publication.browser import BrowserPublication
 from zope.app.publication.requestpublicationfactories import \
      BrowserFactory, XMLRPCFactory, HTTPFactory
-from zope.app.http.interfaces import IHTTPException
 
 from grok.interfaces import IGrokSecurityView
 



More information about the checkins mailing list