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 0738574 commit a58ee14
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 @@ -93,8 +93,3 @@ def __setitem__(self, plugin, implementation):
else:
raise TypeError('must be callable or a basestring instance')
build_plugin_manager_doc(self)

parser = PluginManager('autowig.parser', brief="AutoWIG front-end plugin_managers",
details="""AutoWIG front-end plugin_managers are responsible for Abstract Semantic Graph (ASG) completion from C/C++ parsing.
.. seealso:: :class:`autowig.AbstractSemanticGraph` for more details on ASGs""")

0 comments on commit a58ee14

Please sign in to comment.