Show
Ignore:
Timestamp:
03/29/07 21:33:14 (2 years ago)
Author:
sgillies
Message:

Replace CMFCorePermissions with permissions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PleiadesOpenLayers/trunk/__init__.py

    r334 r744  
    5151from Globals import package_home 
    5252from Products.CMFCore import utils as cmfutils 
    53 from Products.CMFCore import CMFCorePermissions 
     53from Products.CMFCore import permissions 
    5454from Products.CMFCore import DirectoryView 
    5555from Products.CMFPlone.utils import ToolInit 
  • PleiadesOpenLayers/trunk/config.py

    r334 r744  
    3939# in this file if found. 
    4040 
    41 from Products.CMFCore.CMFCorePermissions import setDefaultRoles 
     41from Products.CMFCore.permissions import setDefaultRoles 
    4242##code-section config-head #fill in your manual code here 
    4343##/code-section config-head