mirror of https://github.com/python/cpython
inherit from object
This commit is contained in:
parent
1e44447014
commit
bd9508a7df
|
@ -226,7 +226,7 @@ builtin_types = ("identifier", "string", "int", "bool", "object")
|
|||
# not sure if any of the methods are useful yet, but I'm adding them
|
||||
# piecemeal as they seem helpful
|
||||
|
||||
class AST:
|
||||
class AST(object):
|
||||
pass # a marker class
|
||||
|
||||
class Module(AST):
|
||||
|
|
Loading…
Reference in New Issue