We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587502f commit 68e6afaCopy full SHA for 68e6afa
ajaxuploader/backends/s3.py
@@ -1,5 +1,5 @@
1
from multiprocessing import Pool
2
-from StringIO import StringIO
+from io import StringIO
3
4
import boto
5
from django.conf import settings
0 commit comments