diff --git a/ldapcherry/pyyamlwrapper.py b/ldapcherry/pyyamlwrapper.py index 28361a4..d7bf7f5 100644 --- a/ldapcherry/pyyamlwrapper.py +++ b/ldapcherry/pyyamlwrapper.py @@ -2,6 +2,7 @@ import os import sys +import yaml from yaml.error import * from yaml.nodes import * from yaml.reader import * @@ -23,7 +24,6 @@ class DumplicatedKey(Exception): self.host = host self.key = key -import yaml try: from yaml import CLoader as Loader, CDumper as Dumper