Skip to content

Commit

Permalink
Update asg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent 4300f2c commit 9fb0fd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/py/autowig/asg.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@
import warnings
import hashlib
from path import path
from pkgtk import PluginManager

from .tools import subclasses
from .plugin_manager import visitor

__all__ = ['AbstractSemanticGraph']


visitor = PluginManager('autowig.visitor', brief="",
details="""""")

def all_visitor(node):
return True

Expand Down

0 comments on commit 9fb0fd5

Please sign in to comment.