merge with crew
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 31 Oct 2006 13:22:05 +0100
changeset 3596 0611e851b9db
parent 3595 fc34fd58ae7b (current diff)
parent 3590 231e61de692c (diff)
child 3597 0d253ec988a6
merge with crew
--- a/setup.py	Tue Oct 31 13:09:43 2006 +0100
+++ b/setup.py	Tue Oct 31 13:22:05 2006 +0100
@@ -6,7 +6,7 @@
 # './setup.py --help' for more options
 
 import sys
-if not hasattr(sys, 'version_info') or sys.version_info < (2, 3):
+if not hasattr(sys, 'version_info') or sys.version_info < (2, 3, 0, 'final'):
     raise SystemExit, "Mercurial requires python 2.3 or later."
 
 import os