Fixed test failures from 09f8652765.

This commit is contained in:
Florian Apolloner 2013-05-21 13:03:25 +02:00
parent b632baac3c
commit b1ac241ddc
1 changed files with 1 additions and 1 deletions

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.baseconv import base2, base16, base36, base56, base62, base64, BaseConverter
from django.utils.six.moves import xrange from django.utils.six.moves import xrange