degal/resources.py
author Tero Marttila <terom@fixme.fi>
Sat, 13 Jun 2009 20:31:51 +0300
branchnew-exif
changeset 104 6afe59e5ffae
parent 63 0db16d6b3617
permissions -rw-r--r--
tidy up exif_data a bit
"""
    Resource management
"""

import filesystem

import pkg_resources

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