summaryrefslogtreecommitdiffstats
path: root/server/module_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Change module loader to only try to load each module once.Robin Norwood2007-09-241-4/+11
* Do not raise ImportError when loading a module.Robin Norwood2007-09-241-2/+1
* change to module loader to allow subdirs in the module path.Adrian Likins2007-09-211-9/+44
* Get rid of extra / in module loading errorJames Bowes2007-09-201-1/+1
* remove all the --debug "try to run from the src tree" crapAdrian Likins2007-09-201-19/+2
* debug spew cleanup to protect the unwashed masses from foo poisoningAdrian Likins2007-09-201-5/+4
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-201-0/+14
|\
| * Remove yaml libraries (configparser is good enough) plus remove references to...Michael DeHaan2007-09-201-0/+14
* | attempts at letting us run from a installed, or local modulesAdrian Likins2007-09-201-11/+25
|/
* initial code dropAdrian Likins2007-09-201-0/+53