Changeset 2033 for pjproject/trunk/pjsip-apps/src/test-pjsua/run.py
- Timestamp:
- Jun 20, 2008 12:25:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/run.py
r2029 r2033 9 9 10 10 import inc_const as const 11 from inc_cfg import * 11 12 12 13 # Get the pjsua executable name … … 42 43 43 44 G_EXE = G_EXE.rstrip("\n\r \t") 44 45 ###################################46 # TestError exception47 class TestError:48 desc = ""49 def __init__(self, desc):50 self.desc = desc51 45 52 46 ###################################
Note: See TracChangeset
for help on using the changeset viewer.