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):