summaryrefslogtreecommitdiffstats
path: root/modules/service.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-021-59/+0
| | | | | | Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.
* 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