mirror of https://github.com/django/django.git
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:
parent
37ed6f2681
commit
83246ca8b9
|
@ -1,5 +1,5 @@
|
|||
import copy
|
||||
import os
|
||||
from copy import copy
|
||||
from decimal import Decimal
|
||||
|
||||
from django.utils.unittest import TestCase
|
||||
|
|
Loading…
Reference in New Issue