1
0
mirror of https://github.com/django/django.git synced 2025-03-12 10:22:37 +00:00

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

View File

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