[Checkins] SVN: grokui.base/trunk/src/grokui/base/interfaces.py Fix import, delete default that is not an URI.

Uli Fouquet uli at gnufix.de
Fri Sep 18 04:13:15 EDT 2009


Log message for revision 104269:
  Fix import, delete default that is not an URI.
  

Changed:
  U   grokui.base/trunk/src/grokui/base/interfaces.py

-=-
Modified: grokui.base/trunk/src/grokui/base/interfaces.py
===================================================================
--- grokui.base/trunk/src/grokui/base/interfaces.py	2009-09-18 08:12:25 UTC (rev 104268)
+++ grokui.base/trunk/src/grokui/base/interfaces.py	2009-09-18 08:13:15 UTC (rev 104269)
@@ -3,7 +3,7 @@
 from zope import schema
 from zope.location import ILocation
 from zope.interface import Interface
-from zope.contentprovider import IContentProvider
+from zope.contentprovider.interfaces import IContentProvider
 
 
 class IAdminPanelMenu(Interface):
@@ -41,7 +41,6 @@
     """
     url = schema.URI(
         title = u"Absolute URL of the application",
-        default = u"",
         required = True
         )
 



More information about the checkins mailing list