mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
pep8 compliance for ldapcherry/pyyamlwrapper.py
This commit is contained in:
parent
a5e7dc1a35
commit
c1dd6701b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user