blob: b268c4bf84324388cdf5136a35649927f44d0886 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001from CircularInheritance2 import B
2
3
4class Foo(B):
5 pass