From c1be3dbafdfef0ccb0ed3c569bcc493791c8aa87 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 29 May 2012 11:21:51 +0900 Subject: use tab. --- template/python/snip-class.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/python/snip-class.py') diff --git a/template/python/snip-class.py b/template/python/snip-class.py index 9ed48aa..c8ff23c 100644 --- a/template/python/snip-class.py +++ b/template/python/snip-class.py @@ -1,3 +1,3 @@ class {{_expr_:substitute('{{_input_:name}}', '\w\+', '\u\0', '')}}: - def __init__(self): - {{_cursor_}} + def __init__(self): + {{_cursor_}} -- cgit v1.2.3-54-g00ecf