summaryrefslogtreecommitdiff
path: root/example/sender.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/sender.py')
-rw-r--r--example/sender.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/sender.py b/example/sender.py
index 8389c95..bf38d52 100644
--- a/example/sender.py
+++ b/example/sender.py
@@ -18,7 +18,7 @@
# api.wait(duration) # Wait for "duration" seconds of simulated time
# api.turn_off(duration) # Turn the node off for "duration" seconds (no data can be receive during this time period)
-import sys, random
+import random
# Note that the following is required to have different instance from thread to thread
lr=random.Random(6)