degal/resources.py
author Tero Marttila <terom@fixme.fi>
Sat, 13 Jun 2009 19:21:12 +0300
branchnew-exif
changeset 103 63e89dc2d6f1
parent 63 0db16d6b3617
permissions -rw-r--r--
new exif.py seems to work now, although still missing sub-IFDs
"""
    Resource management
"""

import filesystem

import pkg_resources

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