summaryrefslogtreecommitdiffstats
path: root/func/minion/module_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "debug info"John Eckersberg2008-01-281-2/+1
* debug infoJohn Eckersberg2008-01-281-1/+2
* Load classes under __init__ objects to break this down some moreJohn Eckersberg2008-01-271-6/+4
* Combine our is{class,subclass} checks into a single conditionalLuke Macken2008-01-151-4/+3
* Simplify our modules by auto-detecting them and registering their handlersLuke Macken2008-01-151-7/+10
* Slay a couple of tab charactersLuke Macken2008-01-141-1/+1
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-2/+0
* log this stuff as a warning, don't print to stdout sinceAdrian Likins2007-10-261-3/+7
* catch any/all exceptions from trying to load a module,Adrian Likins2007-10-261-1/+5
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+112