mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
making Backend skeleton a child class of object
this enables the use of super()
This commit is contained in:
parent
27fca43ac6
commit
e5d97cf8ff
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
from ldapcherry.exceptions import MissingParameter
|
||||
|
||||
|
||||
class Backend:
|
||||
class Backend(object):
|
||||
|
||||
def __init__(self, config, logger, name, attrslist, key):
|
||||
""" Initialize the backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue