Skip to content

Commit 68e6afa

Browse files
committed
Python3 compat
1 parent 587502f commit 68e6afa

File tree

1 file changed

+1
-1
lines changed
  • ajaxuploader/backends

1 file changed

+1
-1
lines changed

ajaxuploader/backends/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from multiprocessing import Pool
2-
from StringIO import StringIO
2+
from io import StringIO
33

44
import boto
55
from django.conf import settings

0 commit comments

Comments
 (0)