Fix compatibility with python2.6, which does not have assertIsInstance.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 18 Jan 2014 19:28:13 +0000 (19:28 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 18 Jan 2014 19:28:13 +0000 (19:28 +0000)
commit57f8d56361b5a2442da31f8f82bb7f8d351b3e0b
treece5ede20c5155652d39ecc8c63a07dad3983c302
parentf03cb3e5719e192b60ef0f0f4db9f285bcbdaab8
Fix compatibility with python2.6, which does not have assertIsInstance.
fastimport/tests/test_parser.py