Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changing func/func/overlord/client.py:Client() to Overlord(). Client() still | Adrian Likins | 2008-03-28 | 1 | -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' Milner | 2008-01-13 | 1 | -0/+0 |
| | |||||
* | Moved code under the func namespace. | Devan Goodwin | 2007-10-02 | 1 | -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. |