1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Merge pull request #84 from zeelax/master

Proper shebang for flexibility
This commit is contained in:
Kenyon Ralph 2012-04-11 11:48:58 -07:00
commit fd5dcb2fad
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#!/usr/bin/env python
"""
munin US NOAA weather plugin (http://weather.noaa.gov)

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#!/usr/bin/env python
"""
munin US NOAA weather plugin (http://weather.noaa.gov)