comparison MPIWGStaff.py @ 204:670b3507509d

fix breadcrumbs for features.
author casties
date Thu, 27 Jun 2013 15:39:44 +0200
parents 9ce5816e89b2
children 31b28f369fd3
comparison
equal deleted inserted replaced
203:9ce5816e89b2 204:670b3507509d
1 """This file contains the classes for the organization of the staff""" 1 """This file contains the classes for the organization of the staff"""
2
3 from zExceptions import Redirect
4 2
5 from OFS.Folder import Folder 3 from OFS.Folder import Folder
6 from Products.PageTemplates.PageTemplateFile import PageTemplateFile 4 from Products.PageTemplates.PageTemplateFile import PageTemplateFile
7 5
8 from zope.interface import implements 6 from zope.interface import implements