Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. from Products.Five.browser import BrowserView
  3. from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
  4. from Acquisition import aq_inner,aq_parent
  5. from Products.CMFCore.utils import getToolByName
  6. from zope.app.component.hooks import getSite
  7. import datetime
  8. from zope.component import getMultiAdapter
  9. from DateTime.DateTime import *
  10. from datetime import date
  11. from betahaus.memberprofile.utilities import profileutils
  12.  
  13. from Products.statusmessages.interfaces import IStatusMessage
  14. from Products.CMFPlone.utils import _createObjectByType
  15. from ha.repository.utils import REPOSITORY_BASE_PATH_OVAS_DOCENTE
  16. from alfa.content.content.utils import *
  17.  
  18. from zope import schema
  19. from zope.interface import implements, Interface
  20. from Products.ATContentTypes.interface import IATTopic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement