5 lines
138 B
Python
5 lines
138 B
Python
|
|
"""
|
||
|
|
The ping service in pure Python.
|
||
|
|
"""
|
||
|
|
|
||
|
|
# http://code.activestate.com/recipes/409689-icmplib-library-for-creating-and-reading-icmp-pack/
|