diff options
author | Guido Günther <agx@sigxcpu.org> | 2020-03-30 09:49:52 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2020-03-30 09:52:40 +0200 |
commit | a85e72197afbb34a4eb503b4ec3709ae5dfcd5fa (patch) | |
tree | 3f73e75e28af58a63df2f5f66f01e815673eeb16 /libvirt-ifstat | |
parent | acae25af33bbc7f397bd979d4944bcfb568e522d (diff) |
Use python3
Diffstat (limited to 'libvirt-ifstat')
-rw-r--r-- | libvirt-ifstat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvirt-ifstat b/libvirt-ifstat index c3b73fd..755cf9c 100644 --- a/libvirt-ifstat +++ b/libvirt-ifstat @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # vim: set fileencoding=utf-8 : # # Munin plugin to show the network traffic of libvirt managed virtual machines |