Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4635cb

Browse files
committed
Fix missing import: sys
1 parent 1f6c486 commit b4635cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zerorpc/socket.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
# SOFTWARE.
2424

2525

26+
import sys
2627
import time
2728
import gevent.pool
2829
import gevent.queue

0 commit comments

Comments
 (0)