From: Sergey Matveev Date: Wed, 2 Jun 2021 08:41:46 +0000 (+0300) Subject: Hate single quotes X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=0553bcb0acfb2e13935b7d3520c0fb11775fb4e0 Hate single quotes --- diff --git a/pdb/.pdbrc b/pdb/.pdbrc index 0328df4..b3f30f6 100644 --- a/pdb/.pdbrc +++ b/pdb/.pdbrc @@ -2,4 +2,4 @@ import os alias hare os.system('kill %d' % os.getpid()) alias hare9 os.system('kill -9 %d' % os.getpid()) -alias pp1 import pyderasn ;; print(pyderasn.pprint(%1, oid_maps=(locals().get('OID_STR_TO_NAME', {}),))) +alias pp1 import pyderasn ;; print(pyderasn.pprint(%1, oid_maps=(locals().get("OID_STR_TO_NAME", {}),)))