From 2c16d33cc09562ee765ed9b9e2dfbc591382b1c5 Mon Sep 17 00:00:00 2001 From: Morgan Soulard Date: Sat, 30 Nov 2013 23:53:28 +0100 Subject: [PATCH] Update transmission for python 2.7 Added recommandation from http://www.python.org/dev/peps/pep-0263/ to make this plugin work with pyhton 2.7.5+ Related error: File "/etc/munin/plugins/transmission", line 36 SyntaxError: Non-ASCII character '\xc3' in file /etc/munin/plugins/transmission on line 37, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details --- plugins/network/transmission | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/network/transmission b/plugins/network/transmission index 90a7d4c6..8d95b1de 100755 --- a/plugins/network/transmission +++ b/plugins/network/transmission @@ -1,5 +1,5 @@ -#!/usr/bin/env python2.6 - +#!/usr/bin/env python +# -*- coding: utf-8 -*- """ : << =cut