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

adding skeleton for most files

This commit is contained in:
kakwa 2015-04-15 21:13:14 +02:00
parent d6b595bc7d
commit 7ec0cb4e74
5 changed files with 80 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# vim:set expandtab tabstop=4 shiftwidth=4:
#
# The MIT License (MIT)
# LdapCherry
# Copyright (c) 2014 Carpentier Pierre-Francois
class Backend:
def __init__(self):
pass
def add_group(self):
pass
def set_attr(self):
pass
def rm_group(self):
pass

View file

@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
# vim:set expandtab tabstop=4 shiftwidth=4:
#
# The MIT License (MIT)
# LdapCherry
# Copyright (c) 2014 Carpentier Pierre-Francois
class Backend(ldapcherry.backend.Backend):
def __init__(self, config, logger):
pass

View file

@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
# vim:set expandtab tabstop=4 shiftwidth=4:
#
# License GPLv3
# LdapCherry
# Copyright (c) 2014 Carpentier Pierre-Francois