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
1 changed files with 4 additions and 1 deletions

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 *