Skip to content

Commit

Permalink
Rename pythonect.internal.graph => pythonect.internal._graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ikotler committed Jul 19, 2013
1 parent 4033f2e commit 49e338f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonect/internal/parsers/p2y.py
Expand Up @@ -35,7 +35,7 @@
# Local imports

import pythonect.internal.parsers
import pythonect.internal.graph
import pythonect.internal._graph


def _create_and_link(graph, new_node_name, new_node_kwargs):
Expand Down

0 comments on commit 49e338f

Please sign in to comment.