jbaiter / zotero-cli

Command-line interface for Zotero
MIT License
274 stars 41 forks source link

Add Python 3 compatibility #4

Closed kkremitzki closed 8 years ago

kkremitzki commented 8 years ago

After pip install zotero-cli on a Python 3 system, the command zotcli fails due to module renames from 2->3. The command zotcli configure also fails due to Unicode changes in Python 3.

I added boilerplate so that this tool should work on Python 2 and Python 3 alike. Let me know if you'd like any changes.

jbaiter commented 8 years ago

This looks great, thank you!