Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-test.git/shortlog/001c2103b89c070daca469b7db777678cc36b788
...commit
http://git.netsurf-browser.org/netsurf-test.git/commit/001c2103b89c070daca469b7db777678cc36b788
...tree
http://git.netsurf-browser.org/netsurf-test.git/tree/001c2103b89c070daca469b7db777678cc36b788
The branch, master has been updated
via 001c2103b89c070daca469b7db777678cc36b788 (commit)
from 5e648dafc3e71166192649c0c5a67640bc2f72c5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf-test.git/commit/?id=001c2103b89c070daca469b7db777678cc36b788
commit 001c2103b89c070daca469b7db777678cc36b788
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
I cannot python
diff --git a/cgi-bin/auth.cgi b/cgi-bin/auth.cgi
index a4dfda9..1d0c64e 100755
--- a/cgi-bin/auth.cgi
+++ b/cgi-bin/auth.cgi
@@ -4,6 +4,8 @@ import cgi
import cgitb
cgitb.enable()
+import os
+
auth = cgi.parse_header(os.getenv("HTTP_AUTHORIZATION") or "")
print("Content-Type: text/plain")
@@ -11,7 +13,6 @@ print("")
print(repr(auth))
-import os
print("")
print(repr(os.environ))
-----------------------------------------------------------------------
Summary of changes:
cgi-bin/auth.cgi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cgi-bin/auth.cgi b/cgi-bin/auth.cgi
index a4dfda9..1d0c64e 100755
--- a/cgi-bin/auth.cgi
+++ b/cgi-bin/auth.cgi
@@ -4,6 +4,8 @@ import cgi
import cgitb
cgitb.enable()
+import os
+
auth = cgi.parse_header(os.getenv("HTTP_AUTHORIZATION") or "")
print("Content-Type: text/plain")
@@ -11,7 +13,6 @@ print("")
print(repr(auth))
-import os
print("")
print(repr(os.environ))
--
NetSurf test cases
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org