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 Sep 13, 2017
1 parent 05cac02 commit cbf2bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/py/autowig/boost_python_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ class BoostPythonDecoratorDefaultFileProxy(BoostPythonDecoratorFileProxy):
% endif
# Import Boost.Python module
import _${module.prefix}
from . import _${module.prefix}
""")

SCOPES = Template(text=r"""\
Expand Down Expand Up @@ -1513,4 +1513,4 @@ def boost_python_internal_generator(asg, pattern=None, **kwargs):
"""
return boost_python_generator(asg,
[node for node in asg.declarations(pattern=pattern) if not getattr(node.header, 'is_external_dependency', True)],
**kwargs)
**kwargs)

0 comments on commit cbf2bcb

Please sign in to comment.