summaryrefslogtreecommitdiffstats
path: root/modules/command.py
Commit message (Expand)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-021-40/+0
* Make the command module use subprocess to capture stdin/stdout and return the...Michael DeHaan2007-09-281-1/+9
* Remove assorted unused importsJames Bowes2007-09-261-1/+0
* Add simple command module for executing arbitrary commandsJames Bowes2007-09-261-0/+33