Sign in
webkit
/
WebKit
/
f64820ba37606d7c880d16da6349920f48425859
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
resources
/
delete-ping.py
blob: 998dd96d214e610b2bd245df96cfe40a9da85c23 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
os
import
sys
from
ping_file_path
import
ping_filepath
if
os
.
path
.
isfile
(
ping_filepath
):
os
.
remove
(
ping_filepath
)
sys
.
stdout
.
write
(
'Content-Type: text/html\r\n\r\n'
)