Skip to content
Snippets Groups Projects
Verified Commit 44999765 authored by comawill's avatar comawill :computer:
Browse files

Migrate test-proxy.py to python3

parent ac9e9ff3
No related branches found
No related tags found
1 merge request!2Full migration of all python scripts and libraries to python3
#!/usr/bin/env python2
#!/usr/bin/env python3
import zmq, sys
import zmq
import sys
context = zmq.Context()
......@@ -18,4 +19,3 @@ zmq.device(zmq.QUEUE, frontend, backend)
frontend.close()
backend.close()
context.term()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment