Skip to content
Commit e2799435 authored by hydrargyrum's avatar hydrargyrum Committed by Romain Bignon
Browse files

Really fix super-constructor call for ReplApplication

In Python2, Cmd did not inherit object, so it appeared after object in
ReplApplication.mro(), so its __init__ was never called if only super()
was used.
parent 28571c26
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