degal/resources.py
author Tero Marttila <terom@fixme.fi>
Wed, 17 Jun 2009 16:44:34 +0300
changeset 129 a4698fa2066c
parent 63 0db16d6b3617
permissions -rw-r--r--
fix Gallery.stylesheet typo
"""
    Resource management
"""

import filesystem

import pkg_resources

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