summaryrefslogtreecommitdiffstats
path: root/func/overlord/test_func.py
Commit message (Collapse)AuthorAgeFilesLines
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-281-5/+5
| | | | | | | works but will dive a deprecation warning. First pass at this refactor. I think just about everything has been updated, but some questions remain. Like if client.py needs a name change.
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-0/+0
|
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+61
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.