summaryrefslogtreecommitdiff
path: root/tests/syndication_tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-16 09:24:41 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-16 09:24:41 -0400
commitfadc6cd1bd095da0686ae507d1095c1fedb04f51 (patch)
treeb8d2036e553f944dfa007c6657a395ef02cad72d /tests/syndication_tests
parent1ab278f39d9bec7d23adcd459c0028b176d073d4 (diff)
downloaddjango-fadc6cd1bd095da0686ae507d1095c1fedb04f51.tar.gz
Removed an unused import
Diffstat (limited to 'tests/syndication_tests')
-rw-r--r--tests/syndication_tests/feeds.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/syndication_tests/feeds.py b/tests/syndication_tests/feeds.py
index 130fc9ee78..6408838b68 100644
--- a/tests/syndication_tests/feeds.py
+++ b/tests/syndication_tests/feeds.py
@@ -1,7 +1,6 @@
from __future__ import unicode_literals
from django.contrib.syndication import views
-from django.core.exceptions import ObjectDoesNotExist
from django.utils import feedgenerator
from django.utils.timezone import get_fixed_timezone