[Checkins] SVN: grok/branches/d2m-ztk-support/src/grok/ftests/site/site.py Corrected deprecation in tests.

Souheil CHELFOUH souheil at chelfouh.com
Mon Nov 9 15:40:51 EST 2009


Log message for revision 105555:
  Corrected deprecation in tests.
  

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

-=-
Modified: grok/branches/d2m-ztk-support/src/grok/ftests/site/site.py
===================================================================
--- grok/branches/d2m-ztk-support/src/grok/ftests/site/site.py	2009-11-09 20:11:29 UTC (rev 105554)
+++ grok/branches/d2m-ztk-support/src/grok/ftests/site/site.py	2009-11-09 20:40:50 UTC (rev 105555)
@@ -3,7 +3,7 @@
 grok.Container.
 
   >>> from zope import interface
-  >>> from zope.app.component.interfaces import IPossibleSite, ISite
+  >>> from zope.location.interfaces import IPossibleSite, ISite
   >>> manfred = Mammoth()
   >>> IPossibleSite.providedBy(manfred)
   True



More information about the checkins mailing list