Fix python pudb snippet.

This commit is contained in:
Igor Dejanovic 2019-11-12 12:09:19 +01:00
parent fbd8e533a5
commit 280f6196ce

View file

@ -3,4 +3,4 @@
# key: pudb # key: pudb
# group: debug # group: debug
# -- # --
import pudb; pu.db import pudb; pudb.set_trace()