Skip to content

Commit

Permalink
Convert tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Sep 1, 2016
1 parent 0d15c9d commit 278d009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __call__(**context):
if not builtin in context:
context[builtin] = getattr(__builtin__, builtin)
return globals()["render_body"](**context)
return __call__
return __call__

from autowig.boost_python_generator import Template

Expand Down

0 comments on commit 278d009

Please sign in to comment.