From 45b3d25baa271cd37374563c3ed8a9940a3c4aed Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 21 Sep 2020 09:08:42 +0300 Subject: feat: port to Python3 --- create-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create-files') diff --git a/create-files b/create-files index 9e3d21f..c71f495 100755 --- a/create-files +++ b/create-files @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import json import os -- cgit v1.2.1