From 0e1ef0bcd5dace8adecda31c19963876ecc0e86b Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Thu, 23 Feb 2023 10:41:22 +0000 Subject: [PATCH] Migrate test.py to Python 3. --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index b05ae48..0b3d3cf 100755 --- a/test.py +++ b/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import os os.system('hugo server -D') -- GitLab