mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
rename main class
This commit is contained in:
parent
ab841b5baf
commit
2a4bc5d261
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ from mako import lookup
|
|||
|
||||
SESSION_KEY = '_cp_username'
|
||||
|
||||
class ldapCherry(object):
|
||||
class LdapCherry(object):
|
||||
|
||||
def _get_param(self, section, key, config, default=None):
|
||||
""" Get configuration parameter "key" from config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue