raise new exception brozzler.ProxyError in case of proxy error browsing a page

This commit is contained in:
Noah Levitt 2017-04-17 18:14:02 -07:00
parent 87a7301f4d
commit 349b41ab32
4 changed files with 36 additions and 2 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b11.dev231',
version='1.1b11.dev232',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',