source file: p10/commands/eob_ack.py file stats: 4 lines, 4 executed: 100.0% covered
1. #!/usr/bin/env python 2. 3. import genericcommand 4. 5. class eob_ack(genericcommand.genericcommand): 6. """ Acknowledges the EOB """