Revision b98fe305

b/kamaki/clients/connection/kamakicon.py
32 32
# or implied, of GRNET S.A.
33 33

  
34 34
from urlparse import urlparse
35
#from .pool.http import get_http_connection
36
from pool.http import get_http_connection
35
#from objpool.http import get_http_connection
36
from objpool.http import get_http_connection
37 37
from kamaki.clients.connection import HTTPConnection, HTTPResponse
38 38
from kamaki.clients.connection.errors import HTTPConnectionError
39 39
from kamaki.clients.connection.errors import HTTPResponseError
b/setup.py
41 41

  
42 42
optional = ['ansicolors',
43 43
            'progress>=1.0.2']
44
requires = ['pool',
44
requires = ['objpool',
45 45
            'ordereddict',
46 46
            'argparse']
47 47

  

Also available in: Unified diff