diff options
Diffstat (limited to 'gr-zeromq/python/zeromq/probe_manager.py')
-rw-r--r-- | gr-zeromq/python/zeromq/probe_manager.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-zeromq/python/zeromq/probe_manager.py b/gr-zeromq/python/zeromq/probe_manager.py index 0cdc2c5458..98ee3bb8fb 100644 --- a/gr-zeromq/python/zeromq/probe_manager.py +++ b/gr-zeromq/python/zeromq/probe_manager.py @@ -11,6 +11,7 @@ import time import zmq import numpy + class probe_manager(object): def __init__(self): self.zmq_context = zmq.Context() |