|
From: sunew <svn...@pl...> - 2007-03-16 15:52:29
|
Author: sunew Date: Fri Mar 16 15:52:24 2007 New Revision: 39249 Modified: PloneMiniPortals/trunk/content/miniportal.py Log: Oops - the previous import change was a mistake. The name of the product should be more clear ;) In svn it is called PloneMiniPortals, but the code need it to be PloneMiniPortal. Modified: PloneMiniPortals/trunk/content/miniportal.py ============================================================================== --- PloneMiniPortals/trunk/content/miniportal.py (original) +++ PloneMiniPortals/trunk/content/miniportal.py Fri Mar 16 15:52:24 2007 @@ -11,7 +11,7 @@ from Products.Archetypes.public import * -from Products.PloneMiniPortals.interfaces import IMiniPortal +from Products.PloneMiniPortal.interfaces import IMiniPortal from Products.ATContentTypes.content.document import ATDocument from Products.ATContentTypes.content.document import finalizeATCTSchema |