Skip to content

Commit

Permalink
Update autowig.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 10, 2016
1 parent ff0fc52 commit 0c3be4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/autowig/autowig.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

from .asg import AbstractSemanticGraph
from .plugin_manager import parser, visitor, documenter, controller, feedback, node_rename, node_path
from .plugin_manager import parser, visitor, documenter, controller, feedback, node_rename, node_path, generator
if 'pyclanglite' in parser:
parser.plugin = 'pyclanglite'
else:
Expand Down

0 comments on commit 0c3be4d

Please sign in to comment.