summaryrefslogtreecommitdiff
path: root/examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py')
-rw-r--r--examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py b/examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py
index 16009ab8..332bb8d2 100644
--- a/examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py
+++ b/examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py
@@ -65,7 +65,9 @@ class StopWaiting(Exception): pass
def cbTimerFun(timeNow):
if timeNow - startedAt > 3:
raise StopWaiting()
-
+
+
+# noinspection PyUnusedLocal,PyUnusedLocal
def cbRecvFun(transportDispatcher, transportDomain, transportAddress,
wholeMsg, reqPDU=reqPDU):
while wholeMsg: