django1/django/utils/images.py

6 lines
177 B
Python

import warnings
from django.core.files.images import get_image_dimensions
warnings.warn("django.utils.images has been moved to django.core.files.images.", DeprecationWarning)