]> granicus.if.org Git - python/commit
Make uuid1 and uuid4 tests conditional on whether ctypes can be imported;
authorBrett Cannon <bcannon@gmail.com>
Fri, 7 Sep 2007 03:17:50 +0000 (03:17 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 7 Sep 2007 03:17:50 +0000 (03:17 +0000)
commit68a6da99e6dc127d817143f74e98d665117f99c2
tree255d2f0ad64e37e68fe430615209a129926a7711
parent161586c8049a240268d1b7c5ff26ddf7f4af92c2
Make uuid1 and uuid4 tests conditional on whether ctypes can be imported;
implementation of either function depends on ctypes but uuid as a whole does
not.
Lib/test/test_uuid.py