Skip to content

Commit c0c5f3a

Browse files
committed
update plugin interface
1 parent 81510a3 commit c0c5f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyexcel_text/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:copyright: (c) 2014-2016 by C. W.
88
:license: New BSD
99
"""
10-
from pyexcel.internal.common import PyexcelPluginChain
10+
from pyexcel.plugins import PyexcelPluginChain
1111

1212

1313
PyexcelPluginChain(__name__).add_a_renderer(

0 commit comments

Comments
 (0)