about summary refs log tree commit diff
path: root/users/glittershark/emacs.d/snippets/python-mode/pdb
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/emacs.d/snippets/python-mode/pdb')
-rw-r--r--users/glittershark/emacs.d/snippets/python-mode/pdb7
1 files changed, 0 insertions, 7 deletions
diff --git a/users/glittershark/emacs.d/snippets/python-mode/pdb b/users/glittershark/emacs.d/snippets/python-mode/pdb
deleted file mode 100644
index 6b5c0bbc0a..0000000000
--- a/users/glittershark/emacs.d/snippets/python-mode/pdb
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: snippet -*-
-# name: pdb
-# uuid:
-# key: pdb
-# condition: t
-# --
-import pdb; pdb.set_trace()
\ No newline at end of file