]> Sergey Matveev's repositories - dotfiles.git/blobdiff - pdb/.pdbrc
Oh shit, single hateful quotes
[dotfiles.git] / pdb / .pdbrc
index b3f30f6679dda81d8c29ff9ee19f28ae1e71de4d..aaaedb9882b42626c3241e0f2a10600f74487754 100644 (file)
@@ -1,5 +1,5 @@
 import os
 
-alias hare os.system('kill %d' % os.getpid())
-alias hare9 os.system('kill -9 %d' % os.getpid())
+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", {}),)))