test_buildhtml: Drop obsolete NameError handling
commit1af16e7a31deec5483b2a817388c0518c3631e30
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 3 Mar 2020 20:53:18 +0000 (3 20:53 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 3 Mar 2020 20:53:18 +0000 (3 20:53 +0000)
tree0b34d3a168af568ad6c6e4cb617793bf1bea0726
parent6119b51cd9a60f36af36fa6d48999f29b9f47cae
test_buildhtml: Drop obsolete NameError handling

It was added in r7442 because the imports were optional, however since
r8333 the imports are unconditional, so the NameError will never be
raised.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8498 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/tools/test/test_buildhtml.py