diff options
author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-19 17:18:40 +0200 |
---|---|---|
committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-19 17:18:40 +0200 |
commit | ffcf24c9ce781a7c194ed8722b850e7873922f6b (patch) | |
tree | 76087085f3ce2cca8d058b40a542dbb621697f7e /django/core/exceptions.py | |
parent | d9a43545be1af95a13c181c8b178f5631d3a4148 (diff) | |
download | django-ffcf24c9ce781a7c194ed8722b850e7873922f6b.tar.gz |
Removed several unused imports.
Diffstat (limited to 'django/core/exceptions.py')
-rw-r--r-- | django/core/exceptions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/core/exceptions.py b/django/core/exceptions.py index 829d6e774e..efec22850b 100644 --- a/django/core/exceptions.py +++ b/django/core/exceptions.py @@ -1,7 +1,6 @@ """ Global Django exception and warning classes. """ -import logging from functools import reduce import operator |