diff options
| author | Adrian Likins <alikins@redhat.com> | 2007-09-20 17:22:25 -0400 |
|---|---|---|
| committer | Adrian Likins <alikins@redhat.com> | 2007-09-20 17:22:25 -0400 |
| commit | d651fbed4b074046ed00ff13a87eb3cc3af7d3c2 (patch) | |
| tree | d26134d390fb4f6322c2fb3b23dc5271d9efe4ff /server/module_loader.py | |
| parent | e807123be1eaa599261a160aa0d9fa36f982029b (diff) | |
| parent | 871efcf4b3dfc05ea722b24b7094dabfe21f9d72 (diff) | |
| download | func-d651fbed4b074046ed00ff13a87eb3cc3af7d3c2.tar.gz func-d651fbed4b074046ed00ff13a87eb3cc3af7d3c2.tar.xz func-d651fbed4b074046ed00ff13a87eb3cc3af7d3c2.zip | |
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
Diffstat (limited to 'server/module_loader.py')
| -rwxr-xr-x | server/module_loader.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/server/module_loader.py b/server/module_loader.py index 3f73500..eed91b4 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 |
