Skip to content

Commit ddb211d

Browse files
committed
update cgi_1.py to have a more "correct" shebang
1 parent 08863ac commit ddb211d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/usr/bin/python
2-
import cgi
1+
#!/usr/bin/env python
32

3+
import cgi
44

55
cgi.test()

0 commit comments

Comments
 (0)