1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Plugin tor_: switch to python3

This commit is contained in:
Lars Kruse 2019-08-13 23:29:17 +02:00
parent 24ab44ca23
commit a3319a6dc9

View file

@ -1,5 +1,4 @@
#!/usr/bin/python #!/usr/bin/python3
# -*- coding: utf-8 -*-
''' '''
=head1 NAME =head1 NAME
tor_ tor_
@ -56,7 +55,6 @@ Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
#%# capabilities=autoconf suggest #%# capabilities=autoconf suggest
''' '''
from __future__ import print_function
import collections import collections
import json import json
import os import os