fixed class_check behavior, added minimal.json

This commit is contained in:
Rafael.Timmerberg 2013-06-19 23:04:13 +02:00
commit 075c954434
9 changed files with 60 additions and 30 deletions

View file

@ -3,7 +3,7 @@ The ping service in pure Python.
"""
# http://code.activestate.com/recipes/409689-icmplib-library-for-creating-and-reading-icmp-pack/
from service import Service
from lib.services.service import Service
class PingService(Service):