Commit 8425cdef authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

[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
parent 0b7b3e1a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 *