pep8 compliance for ldapcherry/pyyamlwrapper.py

This commit is contained in:
kakwa 2015-07-11 23:15:40 +02:00
parent a5e7dc1a35
commit c1dd6701b1
1 changed files with 1 additions and 1 deletions

View File

@ -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