Fixed tests broke in r15926.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Justin Bronn 2011-03-30 16:46:24 +00:00
parent 37ed6f2681
commit 83246ca8b9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import copy
import os
from copy import copy
from decimal import Decimal
from django.utils.unittest import TestCase