From ddf89c8241539301378d4a48337ac6a25654fefb Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 7 Aug 2014 14:09:01 +0200 Subject: [PATCH] The linphone Python module is put in a linphone package. --- 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 17ad85373..ab27bcb55 100644 --- a/tools/python/linphone-daemon.py +++ b/tools/python/linphone-daemon.py @@ -1,9 +1,9 @@ import argparse -import linphone import logging import sys import threading import time +from linphone import linphone class StoppableThread(threading.Thread):