From 8a4f35e09ac24c45499ba040df108bf056228115 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 23 Jul 2021 10:46:30 +0200 Subject: tests/ham_constraint: use python3 --- tests/ham_constraint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ham_constraint.py b/tests/ham_constraint.py index b3e42d3..4602d04 100755 --- a/tests/ham_constraint.py +++ b/tests/ham_constraint.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import brill_data import numpy as np -- cgit v1.2.3