# HG changeset patch # User Paul Boddie # Date 1716148674 -7200 # Node ID a049a99038e0b1ae8d65da7feda3b2afe5ea6477 # Parent dbf413b7eebf14bfddfa5be707d8b07a5bc92aeb# Parent 47c5be0df2487bce24c4b896d779776c22e50284 Merged changes from the default branch. diff -r dbf413b7eebf -r a049a99038e0 lplc --- a/lplc Tue Sep 05 01:31:54 2023 +0200 +++ b/lplc Sun May 19 21:57:54 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 dbf413b7eebf -r a049a99038e0 tools/showalias.py --- a/tools/showalias.py Tue Sep 05 01:31:54 2023 +0200 +++ b/tools/showalias.py Sun May 19 21:57:54 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 dbf413b7eebf -r a049a99038e0 tools/showplan.py --- a/tools/showplan.py Tue Sep 05 01:31:54 2023 +0200 +++ b/tools/showplan.py Sun May 19 21:57:54 2024 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from os.path import abspath, exists, join, split import sys