[z3-checkins] r28631 - z3/Sfive/trunk

philikon at codespeak.net philikon at codespeak.net
Sat Jun 10 17:24:46 CEST 2006


Author: philikon
Date: Sat Jun 10 17:24:36 2006
New Revision: 28631

Modified:
   z3/Sfive/trunk/browser.py
   z3/Sfive/trunk/presentation.py
Log:
We're a top-level python package now...


Modified: z3/Sfive/trunk/browser.py
==============================================================================
--- z3/Sfive/trunk/browser.py	(original)
+++ z3/Sfive/trunk/browser.py	Sat Jun 10 17:24:36 2006
@@ -15,7 +15,7 @@
 except ImportError:
     from zope.formlib import AddForm, EditForm
 
-from Products.Sfive.interfaces import IPresentation
+from sfive.interfaces import IPresentation
 
 class ViewPresentation(BrowserPage):
 

Modified: z3/Sfive/trunk/presentation.py
==============================================================================
--- z3/Sfive/trunk/presentation.py	(original)
+++ z3/Sfive/trunk/presentation.py	Sat Jun 10 17:24:36 2006
@@ -10,7 +10,7 @@
 except ImportError:
     from persistent import Persistent as SimpleItem
 
-from Products.Sfive.interfaces import IPresentation
+from sfive.interfaces import IPresentation
 
 class Presentation(SimpleItem):
     zope.interface.implements(IPresentation)


More information about the z3-checkins mailing list