Chris Angelico wrote: > It's a little bit magical, in that it looks up the original class > using globals(); The way you've written it, monkeypatch() will only work if you call it from the module it's defined in. -- Greg