Zach Dwiel

Results 51 issues of Zach Dwiel

pymongo.Connection was depricated in pymongo version 2.4 and higher. See similar issue here: https://github.com/posativ/regenwolken/issues/47 ``` /home/ubuntu/anaconda/lib/python2.7/site-packages/hyperopt/mongoexp.pyc in connection_with_tunnel(host, auth_dbname, port, ssh, user, pw) 289 document_class=SON) 290 else: --> 291 connection...