1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-04 20:37:48 +02:00

implementing loading backends

* fix conf file
* add exceptions
* fix modules skeletons
This commit is contained in:
kakwa 2015-05-20 14:21:43 +02:00
parent 6a610c079e
commit 1e5f057e36
6 changed files with 38 additions and 9 deletions

View file

@ -5,6 +5,8 @@
# LdapCherry
# Copyright (c) 2014 Carpentier Pierre-Francois
import ldapcherry.backend
class Backend(ldapcherry.backend.Backend):
def __init__(self, config, logger):

View file

@ -5,3 +5,9 @@
# LdapCherry
# Copyright (c) 2014 Carpentier Pierre-Francois
import ldapcherry.backend
class Backend(ldapcherry.backend.Backend):
def __init__(self, config, logger):
pass