Rename module to __main__ in embed mode.
This is more consistent with the execution of "python foo.py" and also allows for compilation of files that don't obey the module naming rules.
Showing
Please register or sign in to comment
This is more consistent with the execution of "python foo.py" and also allows for compilation of files that don't obey the module naming rules.