diff options
| author | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-09-20 16:44:02 -0400 |
|---|---|---|
| committer | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-09-20 16:44:02 -0400 |
| commit | 7d7c0f4dc299dc342c53341f61ae4643eb134213 (patch) | |
| tree | ea19339dfa80c85f463efda6e74e49eaf5c37c7c /server/config_data.py | |
| parent | 4599345e5814563de497d95829c26c6758f29b1a (diff) | |
| download | func-7d7c0f4dc299dc342c53341f61ae4643eb134213.tar.gz func-7d7c0f4dc299dc342c53341f61ae4643eb134213.tar.xz func-7d7c0f4dc299dc342c53341f61ae4643eb134213.zip | |
Remove yaml libraries (configparser is good enough) plus remove references to virt-factory.
Diffstat (limited to 'server/config_data.py')
| -rwxr-xr-x | server/config_data.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/server/config_data.py b/server/config_data.py index bda7635..46d98ec 100755 --- a/server/config_data.py +++ b/server/config_data.py @@ -1,11 +1,9 @@ #!/usr/bin/python -# Virt-factory backend code. +# func # # Copyright 2006, Red Hat, Inc -# Michael DeHaan <mdehaan@redhat.com> -# Scott Seago <sseago@redhat.com> -# Adrian Likins <alikins@redhat.com> +# see AUTHORS # # This software may be freely redistributed under the terms of the GNU # general public license. |
