summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snippets/python-mode/pdb-set-trace2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/python-mode/pdb-set-trace b/snippets/python-mode/pdb-set-trace
index 95e2dd7..c4cb5de 100644
--- a/snippets/python-mode/pdb-set-trace
+++ b/snippets/python-mode/pdb-set-trace
@@ -1,4 +1,4 @@
# -*- mode: snippet -*-
# key: pst
# --
-import ipdb as pdb; pdb.set_trace()$0 \ No newline at end of file
+import pdb; pdb.set_trace()$0 \ No newline at end of file