solidsnack / tsv

A simple, line-oriented tabular data format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing code when installed with pip

gbonline opened this issue · comments

Hi' I found that installing this module with pip, the version installed is 1.0 but the

tsv.py file is missing the code from

class reader .....

class writer .....

so your example listed here give me a runtime exception when
try to call the tsv.writer

Thank you for your bug report.