Sign in
chromium
/
external
/
github.com
/
GoogleChromeLabs
/
pywebsocket3
/
refs/heads/upstream/master
/
.
/
example
/
cgi-bin
/
hi.py
blob: f136f2c44232d2c51ae50550327839fbbfdf2537 [
file
] [
edit
]
#!/usr/bin/env python
print
(
'Content-Type: text/plain'
)
print
(
''
)
print
(
'Hi from hi.py'
)