Skip to content

Commit 162b7ce

Browse files
committed
update Renderer and SheetStream import path
1 parent 3f898db commit 162b7ce

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,5 @@ ENV/
9191
.ropeproject
9292
*~
9393
commons/
94+
commons
95+
.moban.hashes

pyexcel_text/_text.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"""
1010
import tabulate
1111

12-
from pyexcel.internal.generators import SheetStream
12+
from pyexcel.internal import SheetStream
1313
from pyexcel.sheets.matrix import uniform
14-
from pyexcel.renderers.factory import Renderer
14+
from pyexcel.renderers import Renderer
1515

1616

1717
class Tabulater(Renderer):

test.bat

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
2-
31
pip freeze
4-
nosetests --with-cov --cover-package pyexcel_text --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_text && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long
2+
nosetests --with-cov --cover-package pyexcel_text --cover-package tests --with-doctest --doctest-extension=.rst README.rst tests pyexcel_text && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long

test.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
2-
31
pip freeze
4-
nosetests --with-cov --cover-package pyexcel_text --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_text && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long
2+
nosetests --with-cov --cover-package pyexcel_text --cover-package tests --with-doctest --doctest-extension=.rst README.rst tests pyexcel_text && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long

0 commit comments

Comments
 (0)