mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 15:25:59 -04:00
add import missing from test
This commit is contained in:
parent
eabb0fb114
commit
e5fb6cb4b9
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ def find_package_data(package):
|
||||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b9.dev154',
|
||||
version='1.1b9.dev155',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
@ -24,6 +24,7 @@ import os
|
||||
import http.server
|
||||
import threading
|
||||
import argparse
|
||||
import urllib
|
||||
|
||||
args = argparse.Namespace()
|
||||
args.log_level = logging.INFO
|
||||
|
Loading…
x
Reference in New Issue
Block a user