Kaydet (Commit) 030eb118 authored tarafından Guido van Rossum's avatar Guido van Rossum

Gotta have an __init__() method -- pdb.py calls it!

üst bfa3f6b6
......@@ -52,6 +52,8 @@ class Cmd:
misc_header = "Miscellaneous help topics:"
undoc_header = "Undocumented commands:"
def __init__(self): pass
def cmdloop(self, intro=None):
self.preloop()
if intro != None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment