1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[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

@@ -3,10 +3,10 @@
import os
import re
import shutil
from StringIO import StringIO
from django.core import management
from django.test import TestCase
from django.utils.six import StringIO
LOCALE='de'