Skip to content

Commit aba485c

Browse files
committed
update io plugin interface
1 parent 12d995a commit aba485c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyexcel_text/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
from pyexcel.internal.common import PyexcelPluginList
1111

1212

13-
__pyexcel_plugins__ = PyexcelPluginList(__name__).add_a_renderer(
14-
submodule='_text',
13+
PyexcelPluginList(__name__).add_a_renderer(
14+
submodule='_text.Tabulater',
1515
file_types=[
1616
'html',
1717
'simple',
@@ -26,7 +26,7 @@
2626
],
2727
stream_type='string'
2828
).add_a_renderer(
29-
submodule='_json',
29+
submodule='_json.Jsonifier',
3030
file_types=['json'],
3131
stream_type='string'
3232
)

0 commit comments

Comments
 (0)