source file: p10/commands/connect.py
file stats: 3 lines, 3 executed: 100.0% covered
   1. #!/usr/bin/env python
   2. 
   3. import genericcommand
   4. 
   5. # TODO: We should be able to implement this using our decent P10 support
   6. 
   7. class connect(genericcommand.genericcommand):
   8.     pass