test-module-imports: drop check for Python >= 2.6
Support for Python 2.4 and 2.5 has been dropped. This check is no
longer necessary.
--- a/tests/test-module-imports.t Sat May 23 15:55:04 2015 -0500
+++ b/tests/test-module-imports.t Mon May 25 11:06:49 2015 -0700
@@ -1,9 +1,5 @@
#require test-repo
-This code uses the ast module, which was new in 2.6, so we'll skip
-this test on anything earlier.
- $ $PYTHON -c 'import sys ; assert sys.version_info >= (2, 6)' || exit 80
-
$ import_checker="$TESTDIR"/../contrib/import-checker.py
Run the doctests from the import checker, and make sure