1
0
mirror of https://github.com/django/django.git synced 2025-03-03 13:34:26 +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:
Russell Keith-Magee 2010-09-27 15:16:20 +00:00
parent 082c5d2ae3
commit 110c247e8b

View File

@ -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 *