rombuilding fixes - stop exporting base.iby, and set the other bits to work with the kernel base.iby
"""Tests harness for distutils.versionpredicate.
"""
import distutils.versionpredicate
import doctest
def test_suite():
return doctest.DocTestSuite(distutils.versionpredicate)