According to http://docs.python.org/2/library/functions.html#super,
If the second argument is omitted, the super object returned is unbound.
"Unbound" means it will return the class, rather than an instance of the class.