who2.py: shabang
This commit is contained in:
parent
113684d0f8
commit
f766b829e6
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
#! /usr/bin/env python
|
||||
#!/bin/bash /usr/scripts/python.sh
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
'''Ce script permet de savoir s'il y a du monde au 2B.'''
|
||||
|
||||
import sys
|
||||
sys.path.append('/usr/scripts/gestion')
|
||||
from ldap_crans import crans_ldap
|
||||
from hptools import hpswitch, ConversationError
|
||||
from affich_tools import coul, cprint
|
||||
from whos import aff
|
||||
from socket import gethostname
|
||||
from os import system
|
||||
|
||||
from gestion.ldap_crans import crans_ldap
|
||||
from gestion.hptools import hpswitch, ConversationError
|
||||
from gestion.affich_tools import coul, cprint
|
||||
from gestion.whos import aff
|
||||
from gestion.mail import generate
|
||||
from utils.sendmail import actually_sendmail
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue