Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 099e534

Browse files
committed
Change first line to #!/usr/bin/env python (really just to test check-in).
1 parent 5f84c9b commit 099e534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/cgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#!/usr/bin/env python
22

33
"""Support module for CGI (Common Gateway Interface) scripts.
44

0 commit comments

Comments
 (0)