Skip to content
New issue

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

Use module directory so util.py exists inside name space #57

Merged
merged 3 commits into from
Oct 22, 2019

Conversation

padwasabimasala
Copy link
Contributor

Summary

Currently util.py is installed directly into python site-packages which could cause a naming conflict.

Bug Fixes/New Features

This PR introduces a module directory so that util.py is in the flatten_json namespace.

How to Verify

Run the tests. Reinstall the module and see that util.py is installed in site-packages/flatten_json/util.py

Side Effects

Should have no side effects.

Tests

All existing tests pass. No new tests needed.

@amirziai
Copy link
Owner

amirziai commented Oct 5, 2019

thanks for the PR @padwasabimasala, can you check why the travis build is not failing?

@padwasabimasala
Copy link
Contributor Author

padwasabimasala commented Oct 6, 2019

Thanks @amirziai. The build is failing because it cannot download the python 3.3 or pypy tarballs. This happens before the tests run and most likely was a fluke, of possibly the CI config needs to be updated.

Unable to download pypy-5.3.1 archive. The archive may not exist. Please consider a different version.

I dont have permissions to trigger builds on Travis but my guess is that they will run fine if run again.

@amirziai amirziai merged commit 2a114b6 into amirziai:master Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants