-
Committer:
Olivier Tilloy
-
Date:
2010-12-08 20:45:01 UTC
-
Revision ID:
olivier@tilloy.net-20101208204501-dsaxj4tfyeptqt30
Use isinstance(…) instead of type(…) everywhere, as recommended by Python’s documentation
(http://docs.python.org/library/functions.html#type).