Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. class EntrezControlPanelAdapter(SchemaAdapterBase):
  2.  
  3. adapts(IPloneSiteRoot)
  4. implements(IEntrezSchema)
  5.  
  6. def __init__(self, context):
  7. super(EntrezControlPanelAdapter, self).__init__(context)
  8. self.context = getToolByName(context,'portal_properties').entrez_properties
Add Comment
Please, Sign In to add comment