summaryrefslogtreecommitdiffstats
path: root/modules/service.py
Commit message (Collapse)AuthorAgeFilesLines
* pyflakes cleanupsAdrian Likins2007-09-241-3/+2
| | | | | | | mostly just removing unused modules change "from codes import *" to "import codes" in a couple places and updated accordingly
* Package the subprocess module so that we can use it on EL4.Michael DeHaan2007-09-241-2/+2
|
* Remove underscores from exported function names as they are now redundant.Michael DeHaan2007-09-211-5/+5
|
* fix typoRobin Norwood2007-09-211-1/+1
|
* Rename web_svc as func_module.Michael DeHaan2007-09-211-3/+3
|
* Implement a quickie service control moduleMichael DeHaan2007-09-201-0/+60