Use /usr/bin/python2 instead of /usr/bin/python.
---
 brltty_es_wrapper.sample |    2 +-
 bulktalk.py              |    2 +-
 regress.py               |    2 +-
 saypho.py                |    2 +-
 speed.py                 |    2 +-
 testfilters.py           |    2 +-
 tts_brltty_es.py         |    2 +-
 tts_shell.py             |    2 +-
 wphons.py                |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

--- a/brltty_es_wrapper.sample
+++ b/brltty_es_wrapper.sample
@@ -1,5 +1,5 @@
 #!/bin/sh
 # Having a wrapper makes it easy to redirect debugging/tracing output.
-exec /usr/bin/python \
+exec /usr/bin/python2 \
    /home/foo/cicero/tts_brltty_es.py \
    2>> /home/foo/cicero/log
--- a/bulktalk.py
+++ b/bulktalk.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 # -*- coding: utf-8
 # This file is part of Cicero TTS.
 #   Cicero TTS: A Small, Fast and Free Text-To-Speech Engine.
--- a/regress.py
+++ b/regress.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 # -*- coding: utf-8
 # This file is part of Cicero TTS.
 #   Cicero TTS: A Small, Fast and Free Text-To-Speech Engine.
--- a/saypho.py
+++ b/saypho.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 # -*- coding: utf-8
 # This file is part of Cicero TTS.
 #   Cicero TTS: A Small, Fast and Free Text-To-Speech Engine.
--- a/speed.py
+++ b/speed.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 # -*- coding: utf-8
 # This file is part of Cicero TTS.
 #   Cicero TTS: A Small, Fast and Free Text-To-Speech Engine.
--- a/testfilters.py
+++ b/testfilters.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 # -*- coding: utf-8
 # This file is part of Cicero TTS.
 #   Cicero TTS: A Small, Fast and Free Text-To-Speech Engine.
--- a/tts_brltty_es.py
+++ b/tts_brltty_es.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 # -*- coding: utf-8
 # This file is part of Cicero TTS.
 #   Cicero TTS: A Small, Fast and Free Text-To-Speech Engine.
--- a/tts_shell.py
+++ b/tts_shell.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 # -*- coding: utf-8
 # This file is part of Cicero TTS.
 #   Cicero TTS: A Small, Fast and Free Text-To-Speech Engine.
--- a/wphons.py
+++ b/wphons.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 # -*- coding: utf-8
 # This file is part of Cicero TTS.
 #   Cicero TTS: A Small, Fast and Free Text-To-Speech Engine.
