Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dtest_check.py7 from distutils.command.check import check, HAS_DOCUTILS
60 @unittest.skipUnless(HAS_DOCUTILS, "won't test without docutils")
75 @unittest.skipUnless(HAS_DOCUTILS, "won't test without docutils")
97 @unittest.skipUnless(HAS_DOCUTILS, "won't test without docutils")
/external/python/cpython2/Lib/distutils/command/
Dcheck.py33 HAS_DOCUTILS = True variable
36 HAS_DOCUTILS = False variable
72 if HAS_DOCUTILS: