degal/resources.py
author Tero Marttila <terom@fixme.fi>
Mon, 15 Jun 2009 02:58:30 +0300
changeset 128 f66bb9f6126a
parent 63 0db16d6b3617
permissions -rw-r--r--
fix Image.cleanup to not do AttributeErrors
"""
    Resource management
"""

import filesystem

import pkg_resources

# dir containing package resource files
STATIC_DIR = filesystem.Root(pkg_resources.resource_filename('degal', 'static'))