Guest User

Untitled

a guest
Jul 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. from zope.configuration.config import ConfigurationMachine
  2. context = ConfigurationMachine()
  3. from repoze.bfg.skins.zcml import skins
  4. from tribaspace import views
  5. directive = skins(context, os.path.join(views.__path__[0], 'configure.zcml'))
  6. context.execute_actions()
Add Comment
Please, Sign In to add comment