[Checkins] SVN: megrok.nozodb/trunk/src/megrok/nozodb/ We removed the IRootFolder Interface from ApplicationRoot-Utility.

Christian Klinger cklinger at novareto.de
Thu Mar 10 18:45:18 EST 2011


Log message for revision 120857:
  We removed the IRootFolder Interface from ApplicationRoot-Utility.
  Because we don't implement that Interface. The Developer can decide 
  himself, if he need it.
  

Changed:
  U   megrok.nozodb/trunk/src/megrok/nozodb/README.txt
  U   megrok.nozodb/trunk/src/megrok/nozodb/components.py

-=-
Modified: megrok.nozodb/trunk/src/megrok/nozodb/README.txt
===================================================================
--- megrok.nozodb/trunk/src/megrok/nozodb/README.txt	2011-03-10 22:01:45 UTC (rev 120856)
+++ megrok.nozodb/trunk/src/megrok/nozodb/README.txt	2011-03-10 23:45:18 UTC (rev 120857)
@@ -30,9 +30,6 @@
    ...     pass
 
    >>> myapp = MyApplicationRoot()
-   >>> from zope.site.interfaces import IRootFolder
-   >>> IRootFolder.providedBy(myapp)
-   True
 
    >>> from grokcore.site.interfaces import IApplication
    >>> IApplication.providedBy(myapp)

Modified: megrok.nozodb/trunk/src/megrok/nozodb/components.py
===================================================================
--- megrok.nozodb/trunk/src/megrok/nozodb/components.py	2011-03-10 22:01:45 UTC (rev 120856)
+++ megrok.nozodb/trunk/src/megrok/nozodb/components.py	2011-03-10 23:45:18 UTC (rev 120857)
@@ -9,7 +9,6 @@
     grok.implements(
         grokcore.site.interfaces.IApplication,
         grok.interfaces.IContext,
-        site.interfaces.IRootFolder,
         location.ILocation,
         component.interfaces.ISite)
     grok.provides(site.interfaces.IRootFolder)



More information about the checkins mailing list