diff options
| author | mattn <mattn.jp@gmail.com> | 2014-08-12 09:16:52 +0900 |
|---|---|---|
| committer | mattn <mattn.jp@gmail.com> | 2014-08-12 09:16:52 +0900 |
| commit | 454737b20151ff283d4c4610c105d0e389e2e07b (patch) | |
| tree | 61bbdee5e1cf838131a16d20b028296af2e59dfa /template/python/base-class.py | |
| parent | 852422ef24e908397c356e5a833c72ff2b3a00de (diff) | |
| parent | b4576483d0fdf5c7f13a0114a1c81fa55bd1eb2f (diff) | |
| download | vim-sonictemplate-454737b20151ff283d4c4610c105d0e389e2e07b.tar.gz vim-sonictemplate-454737b20151ff283d4c4610c105d0e389e2e07b.tar.bz2 vim-sonictemplate-454737b20151ff283d4c4610c105d0e389e2e07b.zip | |
Merge pull request #16 from knsh14/fix-python-template-for-flake8
fix template for flake8
Diffstat (limited to 'template/python/base-class.py')
| -rw-r--r-- | template/python/base-class.py | 1 |
1 files changed, 1 insertions, 0 deletions
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_}}): |
