diff options
Diffstat (limited to '.emacs.d/snippets/python-mode.statnett/try')
| -rw-r--r-- | .emacs.d/snippets/python-mode.statnett/try | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.emacs.d/snippets/python-mode.statnett/try b/.emacs.d/snippets/python-mode.statnett/try deleted file mode 100644 index 6e68e8d..0000000 --- a/.emacs.d/snippets/python-mode.statnett/try +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: try | ||
| 3 | # key: try | ||
| 4 | # -- | ||
| 5 | try: | ||
| 6 | $1 | ||
| 7 | except ${2:Exception} as e: | ||
| 8 | $0 \ No newline at end of file | ||
