source file: p10/commands/wallchops.py
file stats: 5 lines, 5 executed: 100.0% covered
   1. #!/usr/bin/env python
   2. 
   3. import genericcommand
   4. 
   5. class wallchops(genericcommand.genericcommand):
   6. 
   7.     def handle(self, origin, args):
   8.         self._state.wallchops(origin, args[0], args[-1])