File tree Expand file tree Collapse file tree 5 files changed +40
-0
lines changed
Expand file tree Collapse file tree 5 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ #!/home/uverma/Documents/code/My_Ganga/p_env/bin/python3.10
2+ # -*- coding: utf-8 -*-
3+ import re
4+ import sys
5+ from distro .distro import main
6+ if __name__ == '__main__' :
7+ sys .argv [0 ] = re .sub (r'(-script\.pyw|\.exe)?$' , '' , sys .argv [0 ])
8+ sys .exit (main ())
Original file line number Diff line number Diff line change 1+ #!/home/uverma/Documents/code/My_Ganga/p_env/bin/python3.10
2+ # -*- coding: utf-8 -*-
3+ import re
4+ import sys
5+ from dotenv .__main__ import cli
6+ if __name__ == '__main__' :
7+ sys .argv [0 ] = re .sub (r'(-script\.pyw|\.exe)?$' , '' , sys .argv [0 ])
8+ sys .exit (cli ())
Original file line number Diff line number Diff line change 1+ #!/home/uverma/Documents/code/My_Ganga/p_env/bin/python3.10
2+ # -*- coding: utf-8 -*-
3+ import re
4+ import sys
5+ from httpx import main
6+ if __name__ == '__main__' :
7+ sys .argv [0 ] = re .sub (r'(-script\.pyw|\.exe)?$' , '' , sys .argv [0 ])
8+ sys .exit (main ())
Original file line number Diff line number Diff line change 1+ #!/home/uverma/Documents/code/My_Ganga/p_env/bin/python3.10
2+ # -*- coding: utf-8 -*-
3+ import re
4+ import sys
5+ from pytest import console_main
6+ if __name__ == '__main__' :
7+ sys .argv [0 ] = re .sub (r'(-script\.pyw|\.exe)?$' , '' , sys .argv [0 ])
8+ sys .exit (console_main ())
Original file line number Diff line number Diff line change 1+ #!/home/uverma/Documents/code/My_Ganga/p_env/bin/python3.10
2+ # -*- coding: utf-8 -*-
3+ import re
4+ import sys
5+ from pytest import console_main
6+ if __name__ == '__main__' :
7+ sys .argv [0 ] = re .sub (r'(-script\.pyw|\.exe)?$' , '' , sys .argv [0 ])
8+ sys .exit (console_main ())
You can’t perform that action at this time.
0 commit comments