diff options
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/trace')
-rw-r--r-- | Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/trace | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/trace b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/trace deleted file mode 100644 index f4e356f..0000000 --- a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/trace +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: trace -# key: tr -# uuid: tr -# group: debug -# -- -import pdb; pdb.set_trace()
\ No newline at end of file |