summaryrefslogtreecommitdiffstats
path: root/server/module_loader.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-20 16:44:02 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-20 16:44:02 -0400
commit7d7c0f4dc299dc342c53341f61ae4643eb134213 (patch)
treeea19339dfa80c85f463efda6e74e49eaf5c37c7c /server/module_loader.py
parent4599345e5814563de497d95829c26c6758f29b1a (diff)
downloadthird_party-func-7d7c0f4dc299dc342c53341f61ae4643eb134213.tar.gz
third_party-func-7d7c0f4dc299dc342c53341f61ae4643eb134213.tar.xz
third_party-func-7d7c0f4dc299dc342c53341f61ae4643eb134213.zip
Remove yaml libraries (configparser is good enough) plus remove references to virt-factory.
Diffstat (limited to 'server/module_loader.py')
-rwxr-xr-xserver/module_loader.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/server/module_loader.py b/server/module_loader.py
index 10631fe..eaf0725 100755
--- a/server/module_loader.py
+++ b/server/module_loader.py
@@ -1,5 +1,19 @@
#!/usr/bin/python
+## func
+##
+## Copyright 2007, Red Hat, Inc
+## See AUTHORS
+##
+## This software may be freely redistributed under the terms of the GNU
+## general public license.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+##
+##
+
import distutils.sysconfig
import os