mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
basic skeleton for web application
This commit is contained in:
parent
7ec0cb4e74
commit
43299cb52f
2 changed files with 296 additions and 1 deletions
|
@ -5,3 +5,7 @@
|
|||
# LdapCherry
|
||||
# Copyright (c) 2014 Carpentier Pierre-Francois
|
||||
|
||||
class MissingParameter(Exception):
|
||||
def __init__(self, section, key):
|
||||
self.section = section
|
||||
self.key = key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue