diff options
Diffstat (limited to 'django/utils')
| -rw-r--r-- | django/utils/images.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/django/utils/images.py b/django/utils/images.py deleted file mode 100644 index c6cc37cf9a..0000000000 --- a/django/utils/images.py +++ /dev/null @@ -1,5 +0,0 @@ -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) |
