Skip to content
Snippets Groups Projects
Commit 5f2b0d34f24d authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

pyoxidizer: wrap the pyoxidizer script on multiple line

This is clearer and will help with future edition of the script.

Differential Revision: https://phab.mercurial-scm.org/D11300
parent 8843de648aed
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,12 @@
IS_WINDOWS = "windows" in BUILD_TARGET_TRIPLE
# Code to run in Python interpreter.
RUN_CODE = "import hgdemandimport; hgdemandimport.enable(); from mercurial import dispatch; dispatch.run()"
RUN_CODE = """
import hgdemandimport;
hgdemandimport.enable();
from mercurial import dispatch;
dispatch.run();
"""
set_build_path(ROOT + "/build/pyoxidizer")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment