# HG changeset patch # User Paul Boddie # Date 1716148641 -7200 # Node ID 47c5be0df2487bce24c4b896d779776c22e50284 # Parent b6ee9409f8b8329a0a28001166c215f7db0b2220 Use python2 explicitly due to distribution deprecation practices. diff -r b6ee9409f8b8 -r 47c5be0df248 lplc --- a/lplc Mon Sep 04 18:54:40 2023 +0200 +++ b/lplc Sun May 19 21:57:21 2024 +0200 @@ -1,9 +1,9 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Lichen Python-like compiler tool. -Copyright (C) 2016-2018, 2021 Paul Boddie +Copyright (C) 2016-2018, 2021, 2024 Paul Boddie This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff -r b6ee9409f8b8 -r 47c5be0df248 tools/showalias.py --- a/tools/showalias.py Mon Sep 04 18:54:40 2023 +0200 +++ b/tools/showalias.py Sun May 19 21:57:21 2024 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from os.path import abspath, exists, join, split import sys diff -r b6ee9409f8b8 -r 47c5be0df248 tools/showplan.py --- a/tools/showplan.py Mon Sep 04 18:54:40 2023 +0200 +++ b/tools/showplan.py Sun May 19 21:57:21 2024 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from os.path import abspath, exists, join, split import sys