The linphone Python module is put in a linphone package.

This commit is contained in:
Ghislain MARY 2014-08-07 14:09:01 +02:00
parent 16fa9f8693
commit ddf89c8241

View file

@ -1,9 +1,9 @@
import argparse
import linphone
import logging
import sys
import threading
import time
from linphone import linphone
class StoppableThread(threading.Thread):