---
 Bindings/Python/bindings.m4         |    2 +-
 Tables/Contraction/latex-access.ctb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- a/Tables/Contraction/latex-access.ctb
+++ b/Tables/Contraction/latex-access.ctb
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 ###############################################################################
 # BRLTTY - A background process providing access to the console screen (when in
 #          text mode) for a blind person using a refreshable braille display.

commit 2569d31fc90007adeef836ae0766d015e3e5485d
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Nov 28 01:56:28 2019 +0100

    Python bindings: also look for cython3
    
    since cython (using python2) is being phased out.

