From a2814846ca006b4fbf3a893ec52cd9d444b3a3eb Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Mon, 9 Dec 2013 00:20:06 +0700 Subject: Fixed E124 pep8 warnings. --- django/test/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'django/test/__init__.py') diff --git a/django/test/__init__.py b/django/test/__init__.py index 98ff4393a3..4b17ed18c9 100644 --- a/django/test/__init__.py +++ b/django/test/__init__.py @@ -3,7 +3,8 @@ Django Unit Test and Doctest framework. """ from django.test.client import Client, RequestFactory -from django.test.testcases import (TestCase, TransactionTestCase, +from django.test.testcases import ( + TestCase, TransactionTestCase, SimpleTestCase, LiveServerTestCase, skipIfDBFeature, skipUnlessDBFeature ) -- cgit v1.3