add hg and python
This commit is contained in:
parent
3a742c699f
commit
458120dd40
3709 changed files with 1244309 additions and 1 deletions
9
sys/lib/python/distutils/tests/test_versionpredicate.py
Normal file
9
sys/lib/python/distutils/tests/test_versionpredicate.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
"""Tests harness for distutils.versionpredicate.
|
||||
|
||||
"""
|
||||
|
||||
import distutils.versionpredicate
|
||||
import doctest
|
||||
|
||||
def test_suite():
|
||||
return doctest.DocTestSuite(distutils.versionpredicate)
|
Loading…
Add table
Add a link
Reference in a new issue