[py3] Used compatible imports of StringIO.

This commit is contained in:
Aymeric Augustin 2012-08-07 15:41:54 +02:00
parent 2da3af23aa
commit 396357741b
15 changed files with 22 additions and 26 deletions

View file

@ -1,6 +1,5 @@
from StringIO import StringIO
from django.core.servers.basehttp import ServerHandler
from django.utils.six import StringIO
from django.utils.unittest import TestCase
#