1
0
Fork 0
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:
kakwa 2015-04-15 23:10:01 +02:00
parent 7ec0cb4e74
commit 43299cb52f
2 changed files with 296 additions and 1 deletions

View file

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