Skip to content

Commit

Permalink
openpyxl repository url changed
Browse files Browse the repository at this point in the history
using the old URL fails
  • Loading branch information
SheetJSDev committed Aug 12, 2014
1 parent 580fe41 commit c126cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ excel-reader-xlsx:
# openpyxl (Python)
.PHONY: openpyxl
openpyxl:
if [ ! -e openpyxl ]; then hg clone https://bitbucket.org/ericgazoni/openpyxl; fi
if [ ! -e openpyxl ]; then hg clone https://bitbucket.org/openpyxl/openpyxl; fi
cd openpyxl; hg pull && hg update || echo foo
cd openpyxl/openpyxl/tests/test_data/genuine; for i in *.xls*; do cp $$i ../../../../../openpyxl_g_$$i; done
cd openpyxl/openpyxl/tests/test_data/reader; for i in *.xls*; do cp $$i ../../../../../openpyxl_r_$$i; done
Expand Down

0 comments on commit c126cab

Please sign in to comment.