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:
parent
24ab44ca23
commit
a3319a6dc9
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue