summaryrefslogtreecommitdiffstats
path: root/cobbler/yaml/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/yaml/__init__.py')
-rw-r--r--cobbler/yaml/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/cobbler/yaml/__init__.py b/cobbler/yaml/__init__.py
index 419d1f3..bd21b40 100644
--- a/cobbler/yaml/__init__.py
+++ b/cobbler/yaml/__init__.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)
+"""
+
__version__ = "0.32"
from load import loadFile, load, Parser, l
from dump import dump, dumpToFile, Dumper, d