mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00: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:
parent
7216b55570
commit
2c16d33cc0
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python2.6
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
: << =cut
|
: << =cut
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue