Skip to content

Commit

Permalink
Rename imports to reflect new names
Browse files Browse the repository at this point in the history
These were changed in version 0.5.0 of pyexcel, when they changed how
plugins are loaded – see:
https://github.com/pyexcel/pyexcel/blob/a12cef0bf4bd4b139b5773c52872f03dee70d80b/CHANGELOG.rst#050---19062017
  • Loading branch information
quis committed Jul 12, 2017
1 parent 0d86721 commit be159e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
)
from flask_login import current_user
import pyexcel
import pyexcel.ext.io
import pyexcel.ext.xls
import pyexcel.ext.xlsx
import pyexcel.ext.ods3
import pyexcel_io
import pyexcel_xls
import pyexcel_xlsx
import pyexcel_ods3

from notifications_utils.template import (
SMSPreviewTemplate,
Expand Down

0 comments on commit be159e2

Please sign in to comment.