degal/resources.py
author Tero Marttila <terom@fixme.fi>
Sun, 14 Jun 2009 16:10:30 +0300
branchnew-exif
changeset 108 f74d8cf678ce
parent 63 0db16d6b3617
permissions -rw-r--r--
relocate the new exif module to lib/, as it's not really part of degal as such
"""
    Resource management
"""

import filesystem

import pkg_resources

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