Commit 074425f4 authored by Fantix King's avatar Fantix King

Removed test_support.py

parent e5a399f2
import unittest
import test_support
from test import test_support
import os
import socket
......
......@@ -5,7 +5,10 @@ from gevent import queue as Queue
import threading
import time
import unittest
import test_support
try:
from test import support as test_support
except ImportError:
from test import test_support
from six import xrange
QUEUE_SIZE = 5
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment