Menu

Commit [r22802]  Maximize  Restore  History

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.

bugman 2014-04-17

changed /trunk/test_suite/verification_tests/library.py
/trunk/test_suite/verification_tests/library.py Diff Switch to side-by-side view
Loading...