If we're working in a virtualenv we wnat to use whatever python is in the PATH and not a hardcoded one. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import sys
import binascii
import random