require 0.9 gst-python
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 4 Sep 2005 01:04:08 +0000 (01:04 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 4 Sep 2005 01:04:08 +0000 (01:04 +0000)
Original commit message from CVS:
require 0.9 gst-python

mangle-tmpl.py

index 4342749c1a6640e693bea4e4cca630fba07d0d07..801b71167fb2dbb677dad2f72b785f6cdebfd325 100644 (file)
@@ -10,6 +10,9 @@ import glob
 import re
 import sys
 import os
+
+import pygst
+pygst.require('0.9')
 import gst
 
 class Tmpl: