Rename imports to reflect new names

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
This commit is contained in:
Chris Hill-Scott
2017-07-12 09:19:10 +01:00
parent 0d867217bd
commit be159e2a8a
+4 -4
View File
@@ -18,10 +18,10 @@ from flask import (
)
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,