On gère l'encodage via config
This commit is contained in:
parent
2bc93d071b
commit
36a299caa8
1 changed files with 2 additions and 1 deletions
|
@ -9,12 +9,13 @@ import sys
|
|||
import argparse
|
||||
from ldap import SIZELIMIT_EXCEEDED
|
||||
|
||||
from gestion.config import encoding
|
||||
import lc_ldap.shortcuts
|
||||
import lc_ldap.objets
|
||||
import lc_ldap.filter2 as lfilter
|
||||
import lc_ldap.crans_utils
|
||||
|
||||
ENCODING = "utf-8"
|
||||
ENCODING = encoding.in_encoding
|
||||
|
||||
def explore_db(args):
|
||||
"""Utilise le contenu de args pour décider comment explorer la base de données."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue