weercd.py: use /usr/bin/env in python shebang

This commit is contained in:
Sebastien Helleu 2014-02-07 15:01:39 +01:00
parent 52fb9fc237
commit bbd212c675

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>