We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
csv23/writers.py imports mock, but pip install csv23 on Python 2 does not pull in the mock package, resulting in an ImportError on import csv23.
csv23/writers.py
mock
pip install csv23
ImportError
import csv23
The text was updated successfully, but these errors were encountered:
2b38377
Thanks! Fix in 2b38377, relase pending.
Sorry, something went wrong.
No branches or pull requests
csv23/writers.py
importsmock
, butpip install csv23
on Python 2 does not pull in themock
package, resulting in anImportError
onimport csv23
.The text was updated successfully, but these errors were encountered: