summaryrefslogtreecommitdiffstats
path: root/cobbler/yaml/timestamp.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/timestamp.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/timestamp.py')
-rw-r--r--cobbler/yaml/timestamp.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/cobbler/yaml/timestamp.py b/cobbler/yaml/timestamp.py
index abcb2e6..5c522f6 100644
--- a/cobbler/yaml/timestamp.py
+++ b/cobbler/yaml/timestamp.py
@@ -1,3 +1,10 @@
+"""
+pyyaml legacy
+Copyright (c) 2001 Steve Howell and Friends; All Rights Reserved
+(see open source license information in docs/ directory)
+"""
+
+
import time, re, string
from types import ListType, TupleType