mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Rename imports to reflect new names
These were changed in version 0.5.0 of pyexcel, when they changed how
plugins are loaded – see:
a12cef0bf4/CHANGELOG.rst (050---19062017)
This commit is contained in:
@@ -18,10 +18,10 @@ from flask import (
|
|||||||
)
|
)
|
||||||
from flask_login import current_user
|
from flask_login import current_user
|
||||||
import pyexcel
|
import pyexcel
|
||||||
import pyexcel.ext.io
|
import pyexcel_io
|
||||||
import pyexcel.ext.xls
|
import pyexcel_xls
|
||||||
import pyexcel.ext.xlsx
|
import pyexcel_xlsx
|
||||||
import pyexcel.ext.ods3
|
import pyexcel_ods3
|
||||||
|
|
||||||
from notifications_utils.template import (
|
from notifications_utils.template import (
|
||||||
SMSPreviewTemplate,
|
SMSPreviewTemplate,
|
||||||
|
|||||||
Reference in New Issue
Block a user