Merge branch 'master' into qa

* master:
  use new rethinkstuff ORM
This commit is contained in:
Noah Levitt 2017-02-28 16:12:58 -08:00
commit 95f362d49a
8 changed files with 134 additions and 247 deletions

View file

@ -97,7 +97,6 @@ class BrowserPool:
with self._lock:
for browser in self._in_use:
browser.stop()
self._in_use.clear()
def num_available(self):
return self.size - len(self._in_use)