summaryrefslogtreecommitdiffstats
path: root/cobbler/yaml/inline.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-17 16:42:50 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-17 16:42:50 -0400
commit71d051435420f49f915aab8895d3ca4396c8ccc8 (patch)
treeea15b4c5ca9c79124ec0eaa140d0ff9469e3443e /cobbler/yaml/inline.py
parent143f4e068dc1a7e2f5b7196bcfc9a7317bf11fcc (diff)
downloadthird_party-cobbler-71d051435420f49f915aab8895d3ca4396c8ccc8.tar.gz
third_party-cobbler-71d051435420f49f915aab8895d3ca4396c8ccc8.tar.xz
third_party-cobbler-71d051435420f49f915aab8895d3ca4396c8ccc8.zip
(A) The Python-yaml open source code that we had been using apparently didn't have copyright headers (not sure why, we absolutely positively want them there) so I'm adding them now. Similarly, I have included a copy of the license of the library in the docs directory.
(B) This checkin also includes some work on the status command.
Diffstat (limited to 'cobbler/yaml/inline.py')
-rw-r--r--cobbler/yaml/inline.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/cobbler/yaml/inline.py b/cobbler/yaml/inline.py
index 8e647de..d4f6439 100644
--- a/cobbler/yaml/inline.py
+++ b/cobbler/yaml/inline.py
@@ -1,3 +1,9 @@
+"""
+pyyaml legacy
+Copyright (c) 2001 Steve Howell and Friends; All Rights Reserved
+(see open source license information in docs/ directory)
+"""
+
import re
import string