mirror of https://github.com/python/cpython.git
Change first line to #!/usr/bin/env python (really just to test check-in).
This commit is contained in:
parent
5f84c9b55e
commit
099e534fa4
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""Support module for CGI (Common Gateway Interface) scripts.
|
||||
|
||||
|
|
Loading…
Reference in New Issue