mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 13:50:24 +00:00
6 lines
169 B
Python
6 lines
169 B
Python
|
|
import warnings
|
||
|
|
|
||
|
|
from pilkit.processors.utils import *
|
||
|
|
|
||
|
|
warnings.warn('imagekit.processors.utils is deprecated use pilkit.processors.utils instead', DeprecationWarning)
|