veux scripts dépréciés
This commit is contained in:
parent
467d6dc2b2
commit
e68fe10d56
2 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
# deprecated
|
||||||
|
print "Vieux script : veuillez utiliser le script qui se trouve dans le dépôt git du CA."
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
sys.path.append('/usr/scripts/gestion')
|
sys.path.append('/usr/scripts/gestion')
|
||||||
from ldap_crans import crans_ldap, decode
|
from ldap_crans import crans_ldap, decode
|
||||||
db = crans_ldap()
|
db = crans_ldap()
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
print("Vieux script qui ne marche plus. À réécrire. Anyway ce script était moche")
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
sys.path.append('/usr/scripts/gestion')
|
sys.path.append('/usr/scripts/gestion')
|
||||||
from whos import borne_etat, borne_clients_canal
|
from whos import borne_etat, borne_clients_canal
|
||||||
from ldap_crans import crans_ldap
|
from ldap_crans import crans_ldap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue