Commit 0e5c66f6 authored by Denis Bilenko's avatar Denis Bilenko

test__refcount.py: import greentest before monkey patching

parent be5d7c9b
......@@ -31,10 +31,9 @@ class Socket(socket):
import _socket
_socket.socket = Socket
import greentest
from gevent import monkey; monkey.patch_all()
#import sys
import greentest
from pprint import pformat
from thread import start_new_thread
from time import sleep
......
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