from a import A print "defining C" class C(A): def __init__(): print 'C'