Commit 973c4f0b authored by Richard Cornes's avatar Richard Cornes
Browse files

Bug in S80 inheritance

parent 74445e16
......@@ -421,7 +421,7 @@ class S88:
def __init__(self):
self.meth = "S88"
class S88(S88):
class S80(S88):
def _class_flag(self):
"A flag specific to this class"
......
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