Implement assertIsNone for Python < 2.7.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 5 Feb 2015 09:25:53 +0000 (10:25 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Mar 2015 03:41:49 +0000 (04:41 +0100)
commitd459096e7c35f7bc7a83fd69cf0f70fc5ae4e15f
treeec0843b0cd886ca5d2b3465d062338130c2b00f9
parent1988e11585f8e928b2c52d2d97bf1269253b18d0
Implement assertIsNone for Python < 2.7.

Change-Id: I3937acb16ca0c5430b70f0af305997878da53c37
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/__init__.py