Home
last modified time | relevance | path

Searched refs:HAS_DOCUTILS (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/distutils/tests/
H A Dtest_check.py7 from distutils.command.check import check, HAS_DOCUTILS namespace
74 @unittest.skipUnless(HAS_DOCUTILS, "won't test without docutils")
89 @unittest.skipUnless(HAS_DOCUTILS, "won't test without docutils")
116 @unittest.skipUnless(HAS_DOCUTILS, "won't test without docutils")
/third_party/python/Lib/distutils/command/
H A Dcheck.py29 HAS_DOCUTILS = True variable
33 HAS_DOCUTILS = False variable
69 if HAS_DOCUTILS:

Completed in 2 milliseconds