mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 14:52:28 +00:00
Stop using .com extension in monorepo
The WIN32 CreateProcess() function does not require an .exe or .com suffix in order to spawn an executable. Now that we have Cosmo bash we're no longer so dependent on the cmd.exe prompt.
This commit is contained in:
parent
c8383f25b4
commit
a6baba1b07
239 changed files with 2092 additions and 2244 deletions
|
@ -34,7 +34,7 @@ import unittest
|
|||
import urllib.error
|
||||
import warnings
|
||||
|
||||
if __name__ == 'PYOBJ.COM':
|
||||
if __name__ == 'PYOBJ':
|
||||
import resource
|
||||
|
||||
from .testresult import get_test_runner
|
||||
|
@ -75,7 +75,7 @@ try:
|
|||
except ImportError:
|
||||
resource = None
|
||||
|
||||
# if __name__ == 'PYOBJ.COM':
|
||||
# if __name__ == 'PYOBJ':
|
||||
# import bz2
|
||||
# import zlib
|
||||
# import resource
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue