2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

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
This commit is contained in:
Morgan Soulard 2013-11-30 23:53:28 +01:00
parent 7216b55570
commit 2c16d33cc0

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python2.6
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
: << =cut