aboutsummaryrefslogtreecommitdiff
path: root/snippets/python/pudb.py
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-06-11 11:45:29 -0600
committerCody Hiar <codyfh@gmail.com>2018-06-11 11:45:29 -0600
commit98105e44edcdd3e0282c253fbb7b5eeab292559b (patch)
tree6030e8eef09b55395118921b003e2512583a7f90 /snippets/python/pudb.py
parent2d90ed79923281b095f2dfb27d2b400cb1eb7415 (diff)
Removing Snippets
Diffstat (limited to 'snippets/python/pudb.py')
-rw-r--r--snippets/python/pudb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/snippets/python/pudb.py b/snippets/python/pudb.py
deleted file mode 100644
index 80b65ef..0000000
--- a/snippets/python/pudb.py
+++ /dev/null
@@ -1 +0,0 @@
-from pudb import set_trace; set_trace()