summary refs log tree commit diff
diff options
context:
space:
mode:
authorJezra <jezra@jezra.net>2013-04-10 18:40:44 -0700
committerJezra <jezra@jezra.net>2013-04-10 18:40:44 -0700
commitb9632d0ab2f236e949d2d23c0360891c2c83d24b (patch)
tree6f4bf072e5848021ab86441ff53f005c24901956
parent41c518ae922194ecaa1f1d868000a3d4d9b7a868 (diff)
Added pygst and a requirement for a specific version
-rwxr-xr-xTTS.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/TTS.py b/TTS.py
index 96a6f64..4473986 100755
--- a/TTS.py
+++ b/TTS.py
@@ -1,4 +1,6 @@
 #!/usr/bin/env python2
+import pygst
+pygst.require('0.10')
 import gst
 import subprocess
 import os.path