diff options
| author | Simeon Simeonov | 2021-02-20 21:03:18 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2021-02-20 21:03:18 +0100 |
| commit | 7a3b877abecb9b2f8ee1200bd2617202b325acd1 (patch) | |
| tree | 73cc0652375957c505795a07171c9330d4b0b95b /.emacs.d/snippets/python-mode.statnett/script | |
| parent | 31884d136fe18e402f8d1c83d68c005671a767c5 (diff) | |
Update markdown-mode and remove / cleanup some Python snippets
Diffstat (limited to '.emacs.d/snippets/python-mode.statnett/script')
| -rw-r--r-- | .emacs.d/snippets/python-mode.statnett/script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/snippets/python-mode.statnett/script b/.emacs.d/snippets/python-mode.statnett/script index 3246334..2e8cc35 100644 --- a/.emacs.d/snippets/python-mode.statnett/script +++ b/.emacs.d/snippets/python-mode.statnett/script | |||
| @@ -3,12 +3,12 @@ | |||
| 3 | # key: script | 3 | # key: script |
| 4 | # -- | 4 | # -- |
| 5 | #!/usr/bin/env python | 5 | #!/usr/bin/env python |
| 6 | # -*- coding: utf-8 -*- | ||
| 6 | 7 | ||
| 7 | 8 | ||
| 8 | def main(inargs=None): | 9 | def main(inargs=None): |
| 9 | """main entry point""" | 10 | """main entry point""" |
| 10 | $0 | 11 | $0 |
| 11 | 12 | ||
| 12 | 13 | if __name__ == '__main__': | |
| 13 | if __name__ == "__main__": | ||
| 14 | main() | 14 | main() |
