source: products/qPloneEditorGroup/trunk/exportimport.py

Last change on this file was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 307 bytes
Line 
1from Products.CMFCore.utils import getToolByName
2
3from Products.GenericSetup.interfaces import IFilesystemImporter
4from zope.component import queryAdapter
5
6def importPASContent(context):
7    acl_us = getToolByName(context.getSite(), 'acl_users')
8    IFilesystemImporter(acl_us).import_(context, 'PAS', True)
Note: See TracBrowser for help on using the repository browser.