tests/hghave.py
changeset 25106 6f15114bdcc3
parent 25090 252412e24551
child 25413 4d705f6a3c35
--- a/tests/hghave.py	Fri May 15 22:38:24 2015 +0900
+++ b/tests/hghave.py	Fri May 15 10:24:59 2015 +0200
@@ -281,10 +281,6 @@
     except ImportError:
         return False
 
-@check("python243", "python >= 2.4.3")
-def has_python243():
-    return sys.version_info >= (2, 4, 3)
-
 @check("json", "some json module available")
 def has_json():
     try: