django-imagekit/imagekit/__init__.py
Eric Eldredge e0567e8fa7 Remove specs.SpecRegistry; add registry module
The registry module splits the work that specs.SpecRegistry
used to do into two classes: GeneratorRegistry and
SourceGroupRegistry. These two registries are wrapped in
Register and Unregister utilities for API convenience.
2012-12-01 17:16:09 -05:00

6 lines
130 B
Python

# flake8: noqa
from . import conf
from .specs import ImageSpec
from .pkgmeta import *
from .registry import register, unregister