diff --git a/connection_pool.py b/connection_pool.py index 0c04fc2..964200a 100644 --- a/connection_pool.py +++ b/connection_pool.py @@ -1,5 +1,6 @@ #!/usr/bin/env python2 # -*- coding: utf-8 -*- +from __future__ import division """Tor connection pooling for improved proxy testing throughput. This module provides connection pooling to reduce the overhead of