making Backend skeleton a child class of object

this enables the use of super()
This commit is contained in:
kakwa 2015-07-28 20:32:46 +02:00
parent 27fca43ac6
commit e5d97cf8ff
1 changed files with 1 additions and 1 deletions

View File

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