diff options
Diffstat (limited to 'django/test/__init__.py')
-rw-r--r-- | django/test/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/test/__init__.py b/django/test/__init__.py index 957b293e12..c996ed49d6 100644 --- a/django/test/__init__.py +++ b/django/test/__init__.py @@ -4,3 +4,4 @@ Django Unit Test and Doctest framework. from django.test.client import Client from django.test.testcases import TestCase, TransactionTestCase +from django.test.utils import Approximate |