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

For Python3.x #1

Merged
merged 2 commits into from Feb 17, 2017
Merged

For Python3.x #1

merged 2 commits into from Feb 17, 2017

Conversation

antimon2
Copy link
Contributor

Fixed to work on Python 3.x:

  • Change IMPLICIT relative imports (from graphviz_wrapper import board) to EXPLICIT relative imports (from .graphviz_wrapper import board).
  • (In addition, ) remove unnecessary imports.

Checked to work both Python 2.7.x/3.5.x with TensorFlow 1.0.

@akimach akimach merged commit 9225044 into akimach:master Feb 17, 2017
@akimach
Copy link
Owner

akimach commented Feb 17, 2017

merged, thanks 👍

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