degal/resources.py
branchuse-distutils
changeset 47 189f331c7960
child 63 0db16d6b3617
equal deleted inserted replaced
46:862fde3ee3aa 47:189f331c7960
       
     1 """
       
     2     Resource management
       
     3 """
       
     4 
       
     5 import pkg_resources
       
     6 
       
     7 # path to package template files
       
     8 TEMPLATE_DIR   = pkg_resources.resource_filename('degal', 'templates')
       
     9 STATIC_DIR      = pkg_resources.resource_filename('degal', 'static')
       
    10