Skip to content

Commit

Permalink
More Python 3 imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmorris committed Jan 21, 2020
1 parent 09e9ecb commit 029587f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openlibrary/plugins/importapi/import_opds.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
OL Import API OPDS parser
"""

import import_edition_builder
from openlibrary.plugins.importapi import import_edition_builder

import six

Expand Down
2 changes: 1 addition & 1 deletion openlibrary/plugins/importapi/import_rdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
OL Import API RDF parser
"""

import import_edition_builder
from openlibrary.plugins.importapi import import_edition_builder

import six

Expand Down

0 comments on commit 029587f

Please sign in to comment.