who2.py: shabang

This commit is contained in:
Daniel STAN 2014-11-07 00:28:01 +01:00
parent 113684d0f8
commit f766b829e6

View file

@ -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