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