Exemple #1
0
def set_root_acms(event):
    """Set :term:`acm`s for root if the Pyramid application starts."""
    set_acms_for_app_root(event.app, (s1_acm, root_acm))
Exemple #2
0
 def set_acm_subscriber(event):
     set_acms_for_app_root(event.app, (root_acm,))