TypeError: issubclass() arg 1 must be a class

google app engineで、ソースまるこぴぺなのに、
なぜか

TypeError: issubclass() arg 1 must be a class

ってエラーがでて困ってた。
原因は、pythonのバージョンによるもの。
The Development Environmentによれば、

if necessary, download and install Python 2.5 for your platform from the Python web site. 
Mac OS X 10.5 Leopard users already have Python 2.5 installed.

google app enginepyhton 2.5.4じゃないとエラーになっちゃうようだ。