commit 63ef5b2d998667c101829cd061fdc3d5ade7604d parent d2db38fc198ad2c196823811e3d10c7b2d90a164 Author: William Casarin <jb55@jb55.com> Date: Mon, 3 Jun 2019 12:13:30 -0700 make python3 explicit Diffstat:
M | mph-opcodes | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mph-opcodes b/mph-opcodes @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Easy Perfect Minimal Hashing # By Steve Hanov. Released to the public domain. #