1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed a few more imports of django.utils.unittest.

One import per line please! Refs #20680.
This commit is contained in:
Aymeric Augustin
2013-07-01 22:49:07 +02:00
parent 09b446dfe8
commit e021b87c00
8 changed files with 26 additions and 11 deletions

View File

@@ -1,8 +1,11 @@
from __future__ import unicode_literals
import datetime
import unittest
from django.utils import feedgenerator
from django.utils import tzinfo
from django.utils import feedgenerator, tzinfo, unittest
class FeedgeneratorTest(unittest.TestCase):
"""