summaryrefslogtreecommitdiffstats
path: root/func/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove a bunch of unused imports.Luke Macken2008-02-211-1/+0
|
* Possible traceback formatting difference on older python?Michael DeHaan2008-02-071-3/+6
|
* Make hostname detection code shared.Michael DeHaan2008-02-051-0/+10
|
* All exceptions, async or otherwise, now come back as easily detectable ↵Michael DeHaan2008-01-291-38/+20
| | | | | | | signatures. Use utils.is_error(result) to determine if something is an error or isn't. Example scripts as well as func-inventory have been updated. See async_test.py for examples.
* Still working on async (pardon the debug output still), there's a long ways ↵Michael DeHaan2008-01-241-6/+0
| | | | | | | to go with the partial status reporting but it is getting better at actually doing the task, just a few kinks to work out in getting results reported correctly.
* Working on async error handling, lots more to do...Michael DeHaan2008-01-231-0/+41
| | | | (If it hits no exceptions, returns are right, it's the partial error case to deal with next...)
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-5/+0
|
* er, merge?Adrian Likins2007-10-081-0/+4
| | | | wtf, I already committed and pushed these changes
* Fix bad indentation in certs and func dirsJames Bowes2007-09-281-7/+7
|
* move code.py and utils.py to func/Adrian Likins2007-09-251-0/+47
update scripts/funcd and func/certmaster to use them