Skip to content

Commit

Permalink
Merge pull request #2845 from internetarchive/from-six-import-StringI…
Browse files Browse the repository at this point in the history
…O-again

from six import StringIO
  • Loading branch information
hornc authored Jan 11, 2020
2 parents a3ca663 + 676189d commit c8a08a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openlibrary/i18n/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from __future__ import print_function
import web
import os
from StringIO import StringIO

from six import StringIO

import babel
from babel.support import Translations
Expand Down

0 comments on commit c8a08a3

Please sign in to comment.