Commit 8b3f7d2d authored by Kirill Smelkov's avatar Kirill Smelkov

X zobjtrace: pymain changed signature to require prog in argv[0]

See nexedi/pygolang@21756bd3.
parent 07c21671
......@@ -106,8 +106,7 @@ import sys
from gpython import pymain
def main():
# XXX sys.executable = sys.argv[0]
pymain(sys.argv[1:])
pymain(sys.argv)
if __name__ == '__main__':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment