degal/resources.py
author Tero Marttila <terom@fixme.fi>
Fri, 05 Jun 2009 19:30:15 +0300
changeset 57 8d06e0283b88
parent 47 189f331c7960
child 63 0db16d6b3617
permissions -rw-r--r--
start implementing new Image stuff, tie in RenderMachine into the new Image class, assoicated config stuff
"""
    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')