blob: 06578300da54606c9194a5a9a3d6b345a5d12344 [file] [log] [blame]
import sys
if sys.hexversion < 0x2000000:
print "pycheck: WARNING, Python 2.X or newer is required to run tests."
sys.exit(1)
sys.exit(0)