Skip to content

Commit

Permalink
Update template.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Sep 1, 2016
1 parent ab7999c commit ce5310b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/autowig/boost_python_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ class BoostPythonDecoratorDefaultFileProxy(BoostPythonDecoratorFileProxy):
% endif
<% target = tdf.qualified_type.desugared_type.unqualified_type.boost_python_export.module.decorator %>\
${node_rename(tdf)} = \
% if target.globalname == module.globalname:
% if target.globalname == module.decorator.globalname:
_${module.prefix}.\
% else:
${target.package}._${target.module.prefix}.\
Expand Down

0 comments on commit ce5310b

Please sign in to comment.