Show More
@@ -4,6 +4,14 b' from mercurial import demandimport' | |||||
4 | demandimport.enable() |
|
4 | demandimport.enable() | |
5 |
|
5 | |||
6 | import os |
|
6 | import os | |
|
7 | import subprocess | |||
|
8 | import sys | |||
|
9 | ||||
|
10 | # Only run if demandimport is allowed | |||
|
11 | if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'], | |||
|
12 | 'demandimport']): | |||
|
13 | sys.exit(80) | |||
|
14 | ||||
7 | if os.name != 'nt': |
|
15 | if os.name != 'nt': | |
8 | try: |
|
16 | try: | |
9 | import distutils.msvc9compiler |
|
17 | import distutils.msvc9compiler |
General Comments 0
You need to be logged in to leave comments.
Login now