From b4576483d0fdf5c7f13a0114a1c81fa55bd1eb2f Mon Sep 17 00:00:00 2001 From: kenshi kamata Date: Mon, 11 Aug 2014 23:31:42 +0900 Subject: fix template for flake8 --- template/python/base-class.py | 1 + 1 file changed, 1 insertion(+) (limited to 'template/python/base-class.py') diff --git a/template/python/base-class.py b/template/python/base-class.py index ba7c7d8..edc2c3d 100644 --- a/template/python/base-class.py +++ b/template/python/base-class.py @@ -2,6 +2,7 @@ {{_name_}} """ + class {{_expr_:substitute('{{_input_:name}}', '\w\+', '\u\0', '')}}(object): def __init__(self{{_cursor_}}): -- cgit v1.2.3-54-g00ecf