X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/5b948abf58e6fce585aed799f997bf7c8e5ea471..3a90429ca4498086cc762cad292071a1c4cb44d9:/__init__.py diff --git a/__init__.py b/__init__.py index df0ca9b..bd9fe3e 100755 --- a/__init__.py +++ b/__init__.py @@ -38,11 +38,8 @@ import GroupDataTool import RegistrationTool import CalendarTool import AttachmentTool -#from shutdown_dispatcher import ZopeShutdownDispatcher from PloneMisc import IndexIterator, Batch -from utils import getCPInfo, popCP - import patch from AccessControl import allow_module, allow_class @@ -61,13 +58,6 @@ tools = ( MembershipTool.MembershipTool , AttachmentTool.AttachmentTool ) -methods = { -'getCPInfo': getCPInfo, -'getCPInfo__roles__': None, -'popCP' : popCP, -'popCP__roles__' : None -} - # register font extensions registerFileExtension('ttf', FSFile) registerFileExtension('eot', FSFile) @@ -78,8 +68,6 @@ def initialize(registrar) : allow_module('Products.Plinn.PloneMisc') allow_class(IndexIterator) allow_class(Batch) - app = registrar._ProductContext__app - #ZopeShutdownDispatcher(registrar._ProductContext__app) core_cmf_utils.ContentInit( 'Plinn',