Skip to content

Commit

Permalink
Merge pull request #1 from antimon2/for_p3k
Browse files Browse the repository at this point in the history
For Python3.x
  • Loading branch information
akimach committed Feb 17, 2017
2 parents 920f828 + 56d0aaa commit 9225044
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tfgraphviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# coding: utf-8

from graphviz_wrapper import board
from .graphviz_wrapper import board

__author__ = 'akimacho'
__version__ = '0.0.1'
Expand Down
1 change: 0 additions & 1 deletion tfgraphviz/graphviz_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# coding: utf-8
import re
import uuid
import tensorflow as tf
import graphviz as gv


Expand Down

0 comments on commit 9225044

Please sign in to comment.