Skip to content

Commit

Permalink
Update plugin_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent 9fb0fd5 commit f8df6f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/py/autowig/plugin_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,3 @@ def __setitem__(self, plugin, implementation):
details="""AutoWIG middle-end plugin_managers are responsible for Abstract Semantic Graph (ASG) modification from Python semantic queries.
.. seealso:: :class:`autowig.AbstractSemanticGraph` for more details on ASGs""")

generator = PluginManager('autowig.generator', brief="AutoWIG back-end plugin_managers",
details="""AutoWIG back-end plugin_managers are responsible for C/C++ code generation from an Abstract Semantic Graph (ASG) interpretation.
.. seealso:: :class:`autowig.AbstractSemanticGraph` for more details on ASGs""")

0 comments on commit f8df6f3

Please sign in to comment.