summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/run.py')
-rw-r--r--pjsip-apps/src/test-pjsua/run.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/pjsip-apps/src/test-pjsua/run.py b/pjsip-apps/src/test-pjsua/run.py
index 34792dad..74c028a9 100644
--- a/pjsip-apps/src/test-pjsua/run.py
+++ b/pjsip-apps/src/test-pjsua/run.py
@@ -8,6 +8,7 @@ import random
import time
import inc_const as const
+from inc_cfg import *
# Get the pjsua executable name
if sys.platform.find("win32")!=-1:
@@ -43,13 +44,6 @@ else:
G_EXE = G_EXE.rstrip("\n\r \t")
###################################
-# TestError exception
-class TestError:
- desc = ""
- def __init__(self, desc):
- self.desc = desc
-
-###################################
# Poor man's 'expect'-like class
class Expect:
proc = None