Look. This was written for a very nuanced and specific project. I discovered things. I fixed them. Namely, a module I have calls its super
, and loaded its __base__
instead. So, the template copied the base class rather than the inheriting class.
Check it out: a bug.