Projet

Général

Profil

Révision a7139bca

IDa7139bcaee71c8b94d3f7314e1913e9fb1d2dfb9
Parent 8542c092
Enfant 14e5261e

Ajouté par Lars Kruse il y a environ 5 ans

Unify shebang for python scripts

Voir les différences:

plugins/network/shorewall_
1
#!/usr/bin/python
1
#!/usr/bin/env python
2 2
# shorewall_ v2.0 - 30 Aug 2008 - Tanguy Pruvot <tanguy.pruvot@gmail.com>
3 3
#
4 4
# A munin plugin for tracking traffic as recorded by shorewall accounting rules
......
78 78
        sys.exit(0)
79 79

  
80 80
for chain, bytes in getBytesByChain():
81
    print "%s.value %i" % (chain, bytes)
81
    print "%s.value %i" % (chain, bytes)

Formats disponibles : Unified diff