terom@47: """ terom@47: Resource management terom@47: """ terom@47: terom@63: import filesystem terom@63: terom@47: import pkg_resources terom@47: terom@63: # dir containing package resource files terom@63: STATIC_DIR = filesystem.Root(pkg_resources.resource_filename('degal', 'static')) terom@47: