Skip to content

use relative imports - #357

Merged
methane merged 1 commit into
msgpack:masterfrom
FelixSchwarz:relative-imports
May 12, 2019
Merged

use relative imports#357
methane merged 1 commit into
msgpack:masterfrom
FelixSchwarz:relative-imports

Conversation

@FelixSchwarz

Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants