mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41: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
|
||||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/python3
|
||||
'''
|
||||
=head1 NAME
|
||||
tor_
|
||||
|
@ -56,7 +55,6 @@ Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
|
|||
#%# capabilities=autoconf suggest
|
||||
'''
|
||||
|
||||
from __future__ import print_function
|
||||
import collections
|
||||
import json
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue