Skip to content

Commit a0c77ca

Browse files
committed
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
1 parent 46fc5ce commit a0c77ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
)
1919
from flask_login import current_user
2020
import pyexcel
21-
import pyexcel.ext.io
22-
import pyexcel.ext.xls
23-
import pyexcel.ext.xlsx
24-
import pyexcel.ext.ods3
21+
import pyexcel_io
22+
import pyexcel_xls
23+
import pyexcel_xlsx
24+
import pyexcel_ods3
2525

2626
from notifications_utils.template import (
2727
SMSPreviewTemplate,

0 commit comments

Comments
 (0)