degal/resources.py
author Tero Marttila <terom@fixme.fi>
Wed, 03 Jun 2009 20:41:52 +0300
changeset 50 724121253d34
parent 47 189f331c7960
child 63 0db16d6b3617
permissions -rw-r--r--
merge use-distutils changes, untested, as a basis for more development
"""
    Resource management
"""

import pkg_resources

# path to package template files
TEMPLATE_DIR   = pkg_resources.resource_filename('degal', 'templates')
STATIC_DIR      = pkg_resources.resource_filename('degal', 'static')