diff options
Diffstat (limited to 'examples/client/python/dialler.py')
-rwxr-xr-x | examples/client/python/dialler.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/client/python/dialler.py b/examples/client/python/dialler.py index e988b115e..844a808a3 100755 --- a/examples/client/python/dialler.py +++ b/examples/client/python/dialler.py @@ -20,10 +20,12 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +import gi from gi.repository import GLib from gi.repository import GObject from gi.repository import Gio from gi.repository import Gtk +gi.require_version('TelepathyGLib', '0.12') from gi.repository import TelepathyGLib as Tp import sys |