Python 2.5 and 2.6 compatibility for the Library.test_library_independence verification test.
The importlib package is not available in these Python versions, but the code in the Python 2.7
library file importlib/__init__.py is compatible all the way back to Python 2.3. Therefore the
importlib functions have been copied directly into the system test script and the importlib
dependency removed.