summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/ping.py
Commit message (Expand)AuthorAgeFilesLines
* move command.py:BaseCommand() to it's own module, base_command.pyAdrian Likins2008-03-281-2/+2
* add a BaseCommand class to func/overlord/command.py.Adrian Likins2008-03-281-11/+7
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-281-3/+6
* Fixing func "*" ping functionality, which had an earlier reference to expand_...Michael DeHaan2008-02-211-2/+2
* initial work on "func '*' check" command for diagnosing basic setup problems,Michael DeHaan2008-02-211-1/+1
* Our client.command.Command class looks for 'usage', not 'useage'Luke Macken2008-01-141-1/+1
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-7/+1
* Slight changes to make it easier to establish seperate client handles to all ...Michael DeHaan2007-10-251-11/+16
* Added a ping function to the test module and a new command "func '*' ping" wh...Michael DeHaan2007-10-251-0/+70