Import linphone Python module with "import linphone".

This commit is contained in:
Ghislain MARY 2014-08-18 16:12:05 +02:00
parent 0ac69b6969
commit 54c3f6efa9

View file

@ -3,7 +3,7 @@ import logging
import sys
import threading
import time
from linphone import linphone
import linphone
class Response: