When running nosetests, using Flask-test I keep getting this error:
File "/app/env/local/lib/python2.7/site-packages/twill/browser.py", line 33, in __init__
cpl.HTTPConnectionPool.old_http = cpl.HTTPConnectionPool.ConnectionCls
AttributeError: type object 'HTTPConnectionPool' has no attribute 'ConnectionCls'
Also when trying to run twill-sh
I get the same error.