Skip to content

Commit

Permalink
Fix link for lib3/csv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philborman committed Mar 19, 2018
1 parent 68a2e4e commit 741b775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazylibrarian/csvfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if PY2:
from lib.csv import writer, reader, QUOTE_MINIMAL
else:
from lib.csv import writer, reader, QUOTE_MINIMAL
from lib3.csv import writer, reader, QUOTE_MINIMAL


def export_CSV(search_dir=None, status="Wanted"):
Expand Down

0 comments on commit 741b775

Please sign in to comment.