##// END OF EJS Templates
Merge pull request #4700 from minrk/ifmain...
Min RK -
r13875:7af5ec36 merge
parent child Browse files
Show More
@@ -334,8 +334,9 b' def find_entry_points():'
334 334
335 335 script_src = """#!{executable}
336 336 # This script was automatically generated by setup.py
337 from {mod} import {func}
338 {func}()
337 if __name__ == '__main__':
338 from {mod} import {func}
339 {func}()
339 340 """
340 341
341 342 class build_scripts_entrypt(build_scripts):
General Comments 0
You need to be logged in to leave comments. Login now