SVN: CMF/branches/mj-cmf14-compat-branch/CMFSetup/tests/test_typeinfo.py Get tests passing against CMF 1.4.7.

Tres Seaver <[email protected]> Mon, 10 Mar 2008 16:41:55 -0400 (EDT)
Newsgroups gmane.comp.web.zope.cmf.cvs
Message-ID <20080310204155.26D5F203824__40247.288454748$1205181782$gmane$org@mail.zope.org>
Log message for revision 84576:
  Get tests passing against CMF 1.4.7.

Changed:
  U   CMF/branches/mj-cmf14-compat-branch/CMFSetup/tests/test_typeinfo.py

-=-
Modified: CMF/branches/mj-cmf14-compat-branch/CMFSetup/tests/test_typeinfo.py
===================================================================
--- CMF/branches/mj-cmf14-compat-branch/CMFSetup/tests/test_typeinfo.py	2008-03-10 19:46:38 UTC (rev 84575)
+++ CMF/branches/mj-cmf14-compat-branch/CMFSetup/tests/test_typeinfo.py	2008-03-10 20:41:54 UTC (rev 84576)
@@ -25,9 +25,9 @@
 
 from Products.CMFCore.TypesTool import FactoryTypeInformation
 from Products.CMFCore.TypesTool import ScriptableTypeInformation
-from Products.CMFCore.permissions import View
-from Products.CMFCore.permissions import AccessContentsInformation
-from Products.CMFCore.permissions import ModifyPortalContent
+from Products.CMFCore.CMFCorePermissions import View
+from Products.CMFCore.CMFCorePermissions import AccessContentsInformation
+from Products.CMFCore.CMFCorePermissions import ModifyPortalContent
 
 from common import BaseRegistryTests
 from common import DummyExportContext