From 3d22ddc7e67a06d0bdf2994b1ef018bc46e92f34 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 4 Dec 2023 12:23:56 +0100 Subject: Migrate Python scripts to Python 3 --- test/python/PostingTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/python/PostingTest.py') diff --git a/test/python/PostingTest.py b/test/python/PostingTest.py index 0dd18112..f6b9bc04 100644 --- a/test/python/PostingTest.py +++ b/test/python/PostingTest.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +#!/usr/bin/env python3 import unittest import operator -- cgit v1.2.3