degal/resources.py
author Tero Marttila <terom@fixme.fi>
Mon, 15 Jun 2009 01:36:58 +0300
changeset 125 74f135774567
parent 63 0db16d6b3617
permissions -rw-r--r--
fix rotated size of auto-oriented thumbnails, and throw some code at mirroring - untested
"""
    Resource management
"""

import filesystem

import pkg_resources

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