Skip to content

Commit

Permalink
update Renderer import path
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Mar 18, 2017
1 parent 22ec6b7 commit 385a7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyexcel_io/pyexcel/database_renderer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pyexcel.renderers.factory import Renderer
from pyexcel.renderers import Renderer

from pyexcel_io import save_data
from pyexcel_io.constants import DB_SQL, DB_DJANGO
Expand Down
2 changes: 1 addition & 1 deletion pyexcel_io/pyexcel/renderer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pyexcel.renderers.factory import Renderer
from pyexcel.renderers import Renderer

from pyexcel.constants import DEFAULT_SHEET_NAME
from pyexcel_io import save_data
Expand Down

0 comments on commit 385a7d8

Please sign in to comment.