added lib/service/ and some dummy files. need to talk about that but i think we should implement the services in pure python

This commit is contained in:
Johannes Findeisen 2013-05-30 04:45:30 +02:00
commit 658c37206f
6 changed files with 25 additions and 1 deletions

5
lib/service/ping.py Normal file
View file

@ -0,0 +1,5 @@
"""
The ping service in pure Python.
"""
# http://code.activestate.com/recipes/409689-icmplib-library-for-creating-and-reading-icmp-pack/