src/pyams_workflow/__init__.py
changeset 11 f25326715002
parent 0 73acbfc13577
child 53 cda141a3f551
equal deleted inserted replaced
10:41ac20351fe2 11:f25326715002
    11 #
    11 #
    12 
    12 
    13 __docformat__ = 'restructuredtext'
    13 __docformat__ = 'restructuredtext'
    14 
    14 
    15 
    15 
       
    16 from fanstatic import Library
       
    17 library = Library('pyams_workflow', 'resources')
       
    18 
    16 from pyramid.i18n import TranslationStringFactory
    19 from pyramid.i18n import TranslationStringFactory
    17 _ = TranslationStringFactory('pyams_workflow')
    20 _ = TranslationStringFactory('pyams_workflow')
    18 
    21 
    19 
    22 
    20 def includeme(config):
    23 def includeme(config):