##// END OF EJS Templates
pyoxidizer: wrap the pyoxidizer script on multiple line...
marmoute -
r48656:5f2b0d34 stable
parent child Browse files
Show More
@@ -35,7 +35,12 b' TIME_STAMP_SERVER_URL = VARS.get("TIME_S'
35 IS_WINDOWS = "windows" in BUILD_TARGET_TRIPLE
35 IS_WINDOWS = "windows" in BUILD_TARGET_TRIPLE
36
36
37 # Code to run in Python interpreter.
37 # Code to run in Python interpreter.
38 RUN_CODE = "import hgdemandimport; hgdemandimport.enable(); from mercurial import dispatch; dispatch.run()"
38 RUN_CODE = """
39 import hgdemandimport;
40 hgdemandimport.enable();
41 from mercurial import dispatch;
42 dispatch.run();
43 """
39
44
40 set_build_path(ROOT + "/build/pyoxidizer")
45 set_build_path(ROOT + "/build/pyoxidizer")
41
46
General Comments 0
You need to be logged in to leave comments. Login now