Skip to content

Commit a8c2841

Browse files
committed
fix build error
1 parent b256e92 commit a8c2841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python:
1212
install:
1313
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install weakrefset; fi
1414
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
15-
- pip install https://github.com/chfw/ezodf/archive/master.zip
15+
- pip install https://github.com/chfw/pyexcel/archive/master.zip
1616
- pip install https://github.com/chfw/pyexcel-io/archive/master.zip
1717
- pip install -r requirements.txt
1818
- pip install -r tests/requirements.txt

pyexcel_ods3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
READERS,
1919
WRITERS,
2020
isstream,
21-
load_data as read_data,
21+
get_data as read_data,
2222
store_data as write_data
2323
)
2424
PY2 = sys.version_info[0] == 2

0 commit comments

Comments
 (0)