use code from ungleich-common
This commit is contained in:
parent
cee92f2e99
commit
9c7d458eec
3 changed files with 8 additions and 6 deletions
|
|
@ -1,9 +1,8 @@
|
|||
import os
|
||||
|
||||
from ungleich_common.etcd_wrapper import EtcdWrapper
|
||||
from ungleich_common.ldap_manager import LdapManager
|
||||
from ungleich_common.config_parser import StrictConfigParser
|
||||
|
||||
from ungleich_common.ldap.ldap_manager import LdapManager
|
||||
from ungleich_common.std.configparser import StrictConfigParser
|
||||
from ungleich_common.etcd.etcd_wrapper import EtcdWrapper
|
||||
config_file = os.environ.get('meow-pay-config-file', default='pay.conf')
|
||||
|
||||
config = StrictConfigParser(allow_no_value=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue