source file: p10/commands/uping.py file stats: 4 lines, 4 executed: 100.0% covered
1. #!/usr/bin/env python 2. 3. import genericcommand 4. 5. # TODO 6. 7. class uping(genericcommand.genericcommand): 8. pass