From 0418dc82c1eb4c00e463f9618ea7ef55a81450a3 Mon Sep 17 00:00:00 2001 From: nirgal Date: Mon, 28 Dec 2020 15:37:03 +0000 Subject: [PATCH] Switch to python3 Python2 is dead --- examples/stripes.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/stripes.py b/examples/stripes.py index 72bc5eb9..b8bfec0a 100755 --- a/examples/stripes.py +++ b/examples/stripes.py @@ -1,6 +1,4 @@ -#! /usr/bin/python - -from __future__ import print_function +#! /usr/bin/python3 import locale import random -- 2.47.2