Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Speak.activity/voice.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Speak.activity/voice.py b/Speak.activity/voice.py
index aaf5ea2..9727fb0 100644
--- a/Speak.activity/voice.py
+++ b/Speak.activity/voice.py
@@ -22,8 +22,10 @@
# along with Speak.activity. If not, see <http://www.gnu.org/licenses/>.
-import re, os
+import pygst
+pygst.require("0.10")
import gst
+import re, os
from gettext import gettext as _
# Lets trick gettext into generating entries for the voice names we expect espeak to have