From b3f75ef49410f0d1920d3c63bfe73504b4260c65 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 22 Mar 2020 08:46:41 -0400 Subject: snippets: Switch to plain pdb --- snippets/python-mode/pdb-set-trace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3