From 54c3f6efa9525151f06b26dc1dab7ae1a3cc8aa2 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 18 Aug 2014 16:12:05 +0200 Subject: [PATCH] Import linphone Python module with "import linphone". --- tools/python/linphone-daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/linphone-daemon.py b/tools/python/linphone-daemon.py index 547aba918..a923c3ee9 100644 --- a/tools/python/linphone-daemon.py +++ b/tools/python/linphone-daemon.py @@ -3,7 +3,7 @@ import logging import sys import threading import time -from linphone import linphone +import linphone class Response: