diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-09-27 15:16:20 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-09-27 15:16:20 +0000 |
| commit | 110c247e8b8963158ad5abc095b45a8114d62536 (patch) | |
| tree | 1d8ee7c841a309e81e49f7031f2d6bb76b9992b5 | |
| parent | 082c5d2ae3d87008e6d7091524f5a421a6010e29 (diff) | |
Added imports for some new unittest modules. Thanks to Stephan Jaekel.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | tests/regressiontests/utils/tests.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/regressiontests/utils/tests.py b/tests/regressiontests/utils/tests.py index 05a3253b9c..6d3bbfa86c 100644 --- a/tests/regressiontests/utils/tests.py +++ b/tests/regressiontests/utils/tests.py @@ -12,4 +12,7 @@ from text import * from simplelazyobject import * from decorators import * from functional import * - +from timesince import * +from datastructures import * +from tzinfo import * +from datetime_safe import * |
