Refactor switches in templates: step 2

This commit is contained in:
Vincent Jacques
2012-06-01 18:04:25 +02:00
parent ca390879f0
commit 9f248338ff
4 changed files with 18 additions and 37 deletions
@@ -0,0 +1,3 @@
{% if method.type.name != "bool" %}
self._checkStatus( status, data )
{% endif %}