Commit c049e60c authored by Denis Bilenko's avatar Denis Bilenko

make examples/dns_mass_resolve.py work on python2.5

parent 303e79a4
......@@ -6,6 +6,7 @@ and yields the control to other greenlets until the result is ready.
This script splits the job between a number of greenlets to get the
results faster.
"""
from __future__ import with_statement
import gevent
from gevent import socket
from gevent.pool import Pool
......
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