summaryrefslogtreecommitdiffstats
path: root/server/codes.py
Commit message (Collapse)AuthorAgeFilesLines
* pychecker cleanupsAdrian Likins2007-09-201-0/+3
| | | | | "import codes" instead of polluting the namespace with "from codes import *" and update accordingly
* Remove yaml libraries (configparser is good enough) plus remove references ↵Michael DeHaan2007-09-201-1/+1
| | | | to virt-factory.
* Basic config file. Intentionally short. Slowly removing VF code.Michael DeHaan2007-09-201-231/+4
|
* initial code dropAdrian Likins2007-09-201-0/+252
module_loader from the virt-factory node server xmlrpc server from the virt-factory-server code and some test modules no ssl support yet, no init scripts, no packagin etc