mirror of
https://github.com/django/django.git
synced 2025-07-05 18:29:11 +00:00
[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
This commit is contained in:
parent
0b7b3e1ae8
commit
8425cdef45
@ -12,4 +12,7 @@ from text import *
|
|||||||
from simplelazyobject import *
|
from simplelazyobject import *
|
||||||
from decorators import *
|
from decorators import *
|
||||||
from functional import *
|
from functional import *
|
||||||
|
from timesince import *
|
||||||
|
from datastructures import *
|
||||||
|
from tzinfo import *
|
||||||
|
from datetime_safe import *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user