source file: p10/commands/whowas.py
file stats: 4 lines, 4 executed: 100.0% covered
   1. #!/usr/bin/env python
   2. 
   3. import genericcommand
   4. 
   5. # TODO: Whowas implementation. Need to find out protocol definition (it's not in Beware's spec)
   6. 
   7. class whowas(genericcommand.genericcommand):
   8.     pass