diff options
Diffstat (limited to 'template/python')
| -rw-r--r-- | template/python/base-class.py | 4 | ||||
| -rw-r--r-- | template/python/snip-class.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/template/python/base-class.py b/template/python/base-class.py index a606982..9ea3b27 100644 --- a/template/python/base-class.py +++ b/template/python/base-class.py @@ -3,5 +3,5 @@ """ class {{_expr_:substitute('{{_input_:name}}', '\w\+', '\u\0', '')}}: - def __init__(self): - {{_cursor_}} + def __init__(self): + {{_cursor_}} 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_}} |
