summaryrefslogtreecommitdiffstats
path: root/cobbler/yaml/ypath.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/yaml/ypath.py')
-rw-r--r--cobbler/yaml/ypath.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/cobbler/yaml/ypath.py b/cobbler/yaml/ypath.py
index 51d9d2f..b183a23 100644
--- a/cobbler/yaml/ypath.py
+++ b/cobbler/yaml/ypath.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)
+"""
+
+
from types import ListType, StringType, IntType, DictType, InstanceType
import re
from urllib import quote