1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

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
+1 -1
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>