mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
The linphone Python module is put in a linphone package.
This commit is contained in:
parent
16fa9f8693
commit
ddf89c8241
1 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import argparse
|
||||
import linphone
|
||||
import logging
|
||||
import sys
|
||||
import threading
|
||||
import time
|
||||
from linphone import linphone
|
||||
|
||||
|
||||
class StoppableThread(threading.Thread):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue