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 relative imports #357

Merged
merged 1 commit into from
May 12, 2019
Merged

use relative imports #357

merged 1 commit into from
May 12, 2019

Conversation

FelixSchwarz
Copy link
Contributor

This should not change anything but makes it easier to bundle msgpack in other projects (where bundling involves copying msgpack's source code and exposing it under a different Python module name).

Some applications use msgpack to store persistent data and require a specific msgpack version (e.g. borgbackup). Bundling helps in case there is an (incompatible) version of msgpack in a system-wide install.

More background for this change in #356

This should not change anything but makes it easier to bundle msgpack in
other projects (where bundling involves copying msgpack's source code
and exposing it under a different Python module name).

Some applications use msgpack to store persistent data and require a specific
msgpack version (e.g. borgbackup). Bundling helps in case there is an
(incompatible) version of msgpack in a system-wide install.
@methane methane merged commit 05ff11d into msgpack:master May 12, 2019
@FelixSchwarz
Copy link
Contributor Author

Thanks :-)

@FelixSchwarz FelixSchwarz deleted the relative-imports branch May 12, 2019 18:29
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.

None yet

2 participants