summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/Advance/SIPHandler.py
diff options
context:
space:
mode:
authortt412011-09-23 00:07:45 +0200
committertt412011-09-23 00:07:45 +0200
commit252363729ac7b011c514a8e27bec35b7b3983822 (patch)
tree8b14e3f4a04b2ca93e09ce4fddc2632dded6d606 /For Weekly Test/Advance/SIPHandler.py
parentnew file for advance software (diff)
downloadgsm-selftest-252363729ac7b011c514a8e27bec35b7b3983822.tar.gz
gsm-selftest-252363729ac7b011c514a8e27bec35b7b3983822.tar.xz
gsm-selftest-252363729ac7b011c514a8e27bec35b7b3983822.zip
next advance testing program build.
Diffstat (limited to 'For Weekly Test/Advance/SIPHandler.py')
-rw-r--r--For Weekly Test/Advance/SIPHandler.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/For Weekly Test/Advance/SIPHandler.py b/For Weekly Test/Advance/SIPHandler.py
index 8802a09..61ca97f 100644
--- a/For Weekly Test/Advance/SIPHandler.py
+++ b/For Weekly Test/Advance/SIPHandler.py
@@ -17,8 +17,8 @@ class Account(pj.AccountCallback):
global current_call
current_call = call
- call_cb = Calling(current_call)
- current_call.set_callback(call_cb)
+ call_cb = Calling(current_call)
+ current_call.set_callback(call_cb)
logger.logEvent(current_call)
@@ -33,7 +33,7 @@ class Account(pj.AccountCallback):
class Calling(pj.CallCallback):
- def __init__(self, call=None):
+ def __init__(self, call=None):
pj.CallCallback.__init__(self, call)
def on_state(self):