From 278d00911098103e44c2a97a4c00f7c34ac0b021 Mon Sep 17 00:00:00 2001 From: Pierre Fernique Date: Thu, 1 Sep 2016 13:01:42 +0200 Subject: [PATCH] Convert tabs to spaces --- test/test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_basic.py b/test/test_basic.py index 7d842a2f..243ae176 100644 --- a/test/test_basic.py +++ b/test/test_basic.py @@ -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