Skip to content

Fixed imports to make rpc and asm module python3 compatible #5

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

Merged
merged 1 commit into from
Aug 7, 2017

Conversation

MichaWe
Copy link

@MichaWe MichaWe commented Aug 7, 2017

Fixed import statements to appropriately import modules in python 3 environments.
Without these fixes the exposed interfaces image and disasm won't be available in python 3 due to an import error that is thrown by rpc.py and silently discarded by init.py

@ivg
Copy link
Member

ivg commented Aug 7, 2017

Wow, thanks!

@ivg ivg merged commit 688cf83 into BinaryAnalysisPlatform:master Aug 7, 2017
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