summaryrefslogtreecommitdiff
path: root/django/core/exceptions.py
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-06-19 17:18:40 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-06-19 17:18:40 +0200
commitffcf24c9ce781a7c194ed8722b850e7873922f6b (patch)
tree76087085f3ce2cca8d058b40a542dbb621697f7e /django/core/exceptions.py
parentd9a43545be1af95a13c181c8b178f5631d3a4148 (diff)
downloaddjango-ffcf24c9ce781a7c194ed8722b850e7873922f6b.tar.gz
Removed several unused imports.
Diffstat (limited to 'django/core/exceptions.py')
-rw-r--r--django/core/exceptions.py1
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