diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-09-27 15:36:07 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-09-27 15:36:07 +0000 |
| commit | 8425cdef452bae10e1c23199f0a89a98e785bc8d (patch) | |
| tree | a11a7b714aebb56f100630866cd765b044b4cbc0 | |
| parent | 0b7b3e1ae8737c8ea68a2fef10d4295be61478d1 (diff) | |
[1.2.X] Added imports for some new unittest modules. Thanks to Stephan Jaekel.
Backport of r13892 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13913 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 * |
