Closed arand closed 9 years ago
init should return None or omitted entirely.
Yes, it actually must return None, if you try to return something, you'll raise exception.
Thanks @arand, @lunemec seems we fell for our own anti-pattern here :D
init should return None or omitted entirely.