From ab13e10271d605dbbee9305d65526aaf7d0d1c07 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sat, 16 Oct 2021 20:21:12 +0000 Subject: [PATCH] moved sample zmq SUB client to test/ --- {src/cli => test}/client.py | 1 - 1 file changed, 1 deletion(-) rename {src/cli => test}/client.py (88%) diff --git a/src/cli/client.py b/test/client.py similarity index 88% rename from src/cli/client.py rename to test/client.py index bc4a15b..df4c0e4 100644 --- a/src/cli/client.py +++ b/test/client.py @@ -1,7 +1,6 @@ import signal import zmq - signal.signal(signal.SIGINT, signal.SIG_DFL) context = zmq.Context()