Show More
@@ -56,7 +56,6 b'' | |||||
56 | tests/test-demandimport.py not using absolute_import |
|
56 | tests/test-demandimport.py not using absolute_import | |
57 | tests/test-demandimport.py requires print_function |
|
57 | tests/test-demandimport.py requires print_function | |
58 | tests/test-doctest.py not using absolute_import |
|
58 | tests/test-doctest.py not using absolute_import | |
59 | tests/test-filecache.py not using absolute_import |
|
|||
60 | tests/test-filecache.py requires print_function |
|
59 | tests/test-filecache.py requires print_function | |
61 | tests/test-filelog.py not using absolute_import |
|
60 | tests/test-filelog.py not using absolute_import | |
62 | tests/test-filelog.py requires print_function |
|
61 | tests/test-filelog.py requires print_function |
@@ -1,4 +1,7 b'' | |||||
1 | import sys, os, subprocess |
|
1 | from __future__ import absolute_import | |
|
2 | import os | |||
|
3 | import subprocess | |||
|
4 | import sys | |||
2 |
|
5 | |||
3 | if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'], |
|
6 | if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'], | |
4 | 'cacheable']): |
|
7 | 'cacheable']): |
General Comments 0
You need to be logged in to leave comments.
Login now