##// END OF EJS Templates
test-filecache: change for python 2.4 compatibility
Lee Cantey -
r14982:4c014789 default
parent child Browse files
Show More
@@ -1,8 +1,6 b''
1 import sys, os, subprocess
1 import sys, os, subprocess
2
2
3 try:
3 if subprocess.call(['%s/hghave' % os.environ['TESTDIR'], 'cacheable']):
4 subprocess.check_call(['%s/hghave' % os.environ['TESTDIR'], 'cacheable'])
5 except subprocess.CalledProcessError:
6 sys.exit(80)
4 sys.exit(80)
7
5
8 from mercurial import util, scmutil, extensions
6 from mercurial import util, scmutil, extensions
General Comments 0
You need to be logged in to leave comments. Login now