Skip to content

Commit

Permalink
Update _node_path.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent b6507c5 commit 54b613b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/py/autowig/_node_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

__all__ = []

from pkgtk.plugin import PluginManager

def hash_node_path( node, prefix='', suffix=''):
if not isinstance(node, DeclarationProxy):
raise TypeError('\'node\' parameter is not \'autowig.asg.CodeNodeProxy\' instance but a \'' + node.__class__.__name__ + '\' instance')
Expand Down

0 comments on commit 54b613b

Please sign in to comment.