Skip to content

Commit

Permalink
Update boost_python_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent 0d3ec24 commit b6507c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/py/autowig/boost_python_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
ConstructorProxy,
QualifiedTypeProxy,
ParameterProxy)
from .plugin_manager import node_path, node_rename, documenter, visitor
from .proxy_manager import ProxyManager
from ._node_path import node_path
from ._node_rename import node_rename
from ._docmuneter import documenter
from .asg import visitor
from pkgtk.plugin import ProxyManager, PluginManager
from ._node_rename import PYTHON_OPERATOR
from .plugin_manager import PluginManager

__all__ = ['boost_python_call_policy', 'boost_python_export', 'boost_python_module', 'boost_python_decorator']

Expand Down

0 comments on commit b6507c5

Please sign in to comment.