degal/resources.py
author Tero Marttila <terom@fixme.fi>
Sun, 14 Jun 2009 16:09:04 +0300
branchnew-exif
changeset 107 2e2ef5c99985
parent 63 0db16d6b3617
permissions -rw-r--r--
change exif.py:main to take multiple paths
"""
    Resource management
"""

import filesystem

import pkg_resources

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