Skip to content

Commit d15760b

Browse files
committed
Being explicit about imports so this will work with Django 1.3.
1 parent fa4565a commit d15760b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_extensions/testrunners/nodatabase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from django.test.utils import setup_test_environment, teardown_test_environment
1111
from django.conf import settings
12-
from django.test.simple import *
12+
from django.test.simple import get_app, build_test, build_suite
1313

1414
import coverage
1515

0 commit comments

Comments
 (0)