blob: e5569c63e3f6b74d9308dc3ddbe1419eb34a4beb [file] [log] [blame]
class Foo(NoSuchClassAnywhere):
pass
class X(Foo):
def __init__(self):
Foo.__init__(self, 'a')