src/pyams_template/template.py
changeset 16 ac179d1bfc0b
parent 15 c3d0112a61f6
equal deleted inserted replaced
15:c3d0112a61f6 16:ac179d1bfc0b
    11 #
    11 #
    12 
    12 
    13 """PyAMS_template.template module
    13 """PyAMS_template.template module
    14 
    14 
    15 This module provides Pyramid decorators which can be used to register a Chameleon template for
    15 This module provides Pyramid decorators which can be used to register a Chameleon template for
    16 a given view
    16 a given view.
       
    17 
       
    18 These templates are registered as multi-adapters, for a view and a request, so they can be
       
    19 replaced or overriden easilly.
    17 """
    20 """
    18 
    21 
    19 import inspect
    22 import inspect
    20 import os
    23 import os
    21 
    24