From 9dff39398139c258106247ddd6ef6c913b0a9eee Mon Sep 17 00:00:00 2001 From: petitviolet Date: Wed, 5 Mar 2014 11:44:03 +0900 Subject: revise python template --- template/python/snip-class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/python/snip-class.py') diff --git a/template/python/snip-class.py b/template/python/snip-class.py index 636204d..aee2e08 100644 --- a/template/python/snip-class.py +++ b/template/python/snip-class.py @@ -1,4 +1,4 @@ -class {{_expr_:substitute('{{_input_:name}}(object)', '\w\+', '\u\0', '')}}: +class {{_expr_:substitute('{{_input_:name}}', '\w\+', '\u\0', '')}}(object): def __init__(self{{_cursor_}}): def __repr__(self): -- cgit v1.2.3-54-g00ecf