| Index: Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py
|
| diff --git a/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py b/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py
|
| index 36c62133b99ae005d710ff67f65de9b6b8265dc3..d288e027b4f0fbb38ac6a00d3755894f271deb02 100644
|
| --- a/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py
|
| +++ b/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py
|
| @@ -38,6 +38,7 @@ from webkitpy.common.net.layouttestresults import LayoutTestResults
|
| from webkitpy.common.net.networktransaction import NetworkTransaction
|
| from webkitpy.common.system.logutils import get_logger
|
| from webkitpy.thirdparty.BeautifulSoup import BeautifulSoup
|
| +from webkitpy.thirdparty.mechanize import Browser
|
|
|
|
|
| _log = get_logger(__file__)
|
| @@ -49,7 +50,6 @@ class Builder(object):
|
| self._buildbot = buildbot
|
| self._builds_cache = {}
|
| self._revision_to_build_number = None
|
| - from webkitpy.thirdparty.autoinstalled.mechanize import Browser
|
| self._browser = Browser()
|
| self._browser.set_handle_robots(False) # The builder pages are excluded by robots.txt
|
|
|
|
|