Fix the path to env

This commit is contained in:
Laurent Rineau
2016-12-20 20:01:34 +01:00
parent bbf430b0b1
commit 71c92f6611
@@ -1,4 +1,4 @@
#! /bin/env python3
#! /usr/bin/env python3
from __future__ import print_function
from builtins import (bytes, str)