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

expose serialize #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

expose serialize #16

wants to merge 1 commit into from

Conversation

michi88
Copy link

@michi88 michi88 commented Mar 13, 2015

from core import serialize on init

from core import serialize
@gtnx
Copy link
Owner

gtnx commented Mar 13, 2015

It does not work on python 3.4. I'm not an py3 expert but i do know that they changes way of importing packages. Could you check it out?
Thanks

@spookylukey
Copy link
Contributor

The import needs to be:

from __future__ import absolute import

from .core import serialize

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.

3 participants