pyexcel / pyexcel-io

One interface to read and write the data in various excel formats, import the data into and export the data from databases
http://io.pyexcel.org
Other
58 stars 20 forks source link

`tests/__init__.py` needed for Python 2 #65

Closed jayvdb closed 5 years ago

jayvdb commented 5 years ago

61 doesnt work on Python 2 because the tests module can not be loaded without an __init__.py.

It should contain either a comment or module docstring indicating why it exists.

chfw commented 5 years ago

released in 0.5.14