mirror of
https://github.com/Hopiu/django.git
synced 2026-05-12 01:23:09 +00:00
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
This commit is contained in:
parent
082c5d2ae3
commit
110c247e8b
1 changed files with 4 additions and 1 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Reference in a new issue