##// END OF EJS Templates
check-seclevel: set module load policy to Python only...
Gregory Szorc -
r27221:ab776610 default
parent child Browse files
Show More
@@ -6,9 +6,8 b' import sys, os'
6 import optparse
6 import optparse
7
7
8 # import from the live mercurial repo
8 # import from the live mercurial repo
9 os.environ['HGMODULEPOLICY'] = 'py'
9 sys.path.insert(0, "..")
10 sys.path.insert(0, "..")
10 # fall back to pure modules if required C extensions are not available
11 sys.path.append(os.path.join('..', 'mercurial', 'pure'))
12 from mercurial import demandimport; demandimport.enable()
11 from mercurial import demandimport; demandimport.enable()
13 from mercurial.commands import table
12 from mercurial.commands import table
14 from mercurial.help import helptable
13 from mercurial.help import helptable
General Comments 0
You need to be logged in to leave comments. Login now