Hacker News new | ask | show | jobs
by kunley 5509 days ago
Python 2.x doesn't have parameterless super() so apparently most of the article's code doesn't work with old versions.
1 comments

Well, you just change to the Python 2 super call form and it works fine. The substitution hardly requires a master programmer...