summaryrefslogtreecommitdiff
path: root/examples/client/python/stream-tube-offerer.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/client/python/stream-tube-offerer.py')
-rwxr-xr-xexamples/client/python/stream-tube-offerer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/client/python/stream-tube-offerer.py b/examples/client/python/stream-tube-offerer.py
index 1f4309d51..69b533242 100755
--- a/examples/client/python/stream-tube-offerer.py
+++ b/examples/client/python/stream-tube-offerer.py
@@ -3,7 +3,9 @@
import sys
import os
+import gi
from gi.repository import GObject, Gio
+gi.require_version('TelepathyGLib', '0.12')
from gi.repository import TelepathyGLib as Tp
def usage():