1
0
mirror of https://github.com/django/django.git synced 2025-02-22 15:34:50 +00:00

Fixed test failures from 09f865276554f35060ff939722ec4cefd578edf6.

This commit is contained in:
Florian Apolloner 2013-05-21 13:03:25 +02:00
parent b632baac3c
commit b1ac241ddc

View File

@ -1,4 +1,4 @@
from unittest import TestCase
from django.utils.unittest import TestCase
from django.utils.baseconv import base2, base16, base36, base56, base62, base64, BaseConverter
from django.utils.six.moves import xrange