consolidate job.py and site.py into model.py, and let Job and Site share the elapsed() method by way of a mixin

This commit is contained in:
Noah Levitt 2017-03-29 18:49:04 -07:00
parent 3d47805ec1
commit 125d77b8c4
5 changed files with 146 additions and 170 deletions

View file

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