# HG changeset patch # User Paul Boddie # Date 1716148695 -7200 # Node ID d84d7a6f3c874aabdd7f3c291f14e6b7cd0638b9 # Parent 06335a0e411366319ffbf4115086b8161d0cc28b# Parent a049a99038e0b1ae8d65da7feda3b2afe5ea6477 Merged changes from the trailing-data branch. diff -r 06335a0e4113 -r d84d7a6f3c87 lplc --- a/lplc Tue Sep 05 13:33:27 2023 +0200 +++ b/lplc Sun May 19 21:58:15 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 06335a0e4113 -r d84d7a6f3c87 tools/showalias.py --- a/tools/showalias.py Tue Sep 05 13:33:27 2023 +0200 +++ b/tools/showalias.py Sun May 19 21:58:15 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 06335a0e4113 -r d84d7a6f3c87 tools/showplan.py --- a/tools/showplan.py Tue Sep 05 13:33:27 2023 +0200 +++ b/tools/showplan.py Sun May 19 21:58:15 2024 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from os.path import abspath, exists, join, split import sys