From a3319a6dc92fc25dbe6f98eab684b702befbbfff Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Tue, 13 Aug 2019 23:29:17 +0200 Subject: [PATCH] Plugin tor_: switch to python3 --- plugins/tor/tor_ | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/tor/tor_ b/plugins/tor/tor_ index 4fee2eca..0c809f89 100755 --- a/plugins/tor/tor_ +++ b/plugins/tor/tor_ @@ -1,5 +1,4 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- +#!/usr/bin/python3 ''' =head1 NAME tor_ @@ -56,7 +55,6 @@ Pierre-Alain TORET #%# capabilities=autoconf suggest ''' -from __future__ import print_function import collections import json import os