/usr/scripts sans / final

This commit is contained in:
Daniel STAN 2015-07-23 17:25:11 +02:00
parent f4318415e8
commit 5b66ae0095
4 changed files with 7 additions and 10 deletions

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# LC_LDAP.PY-- LightWeight CransLdap
@ -53,9 +52,9 @@ import variables
import copy
import itertools
## import de /usr/scripts/
if not "/usr/scripts/" in sys.path:
sys.path.append('/usr/scripts/')
## import de /usr/scripts
if "/usr/scripts" not in sys.path:
sys.path.append('/usr/scripts')
import gestion.config as config
import cranslib.deprecated