django-imagekit/imagekit/__init__.py

7 lines
213 B
Python
Raw Normal View History

__title__ = 'django-imagekit'
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge'
2011-12-23 06:02:35 +00:00
__version__ = (1, 1, 0, 'final', 0)
__license__ = 'BSD'
2012-02-12 05:06:52 +00:00
from .base import *