Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot_unittest.py

Issue 1953463002: Empty webkitpy/common/net/buildbot/__init__.py and update imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the net/buildbot/ subdirectory; move the files into net/ and fix pylint warnings Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot_unittest.py
similarity index 99%
rename from third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py
rename to third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot_unittest.py
index 4a681a81cea763a2d2cad6b8a18b66b95082aeff..9ba983b0981416070795b38fe05374f5b8714fb8 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot_unittest.py
@@ -28,10 +28,12 @@
import unittest
+from webkitpy.common.net.buildbot import Build
+from webkitpy.common.net.buildbot import BuildBot
+from webkitpy.common.net.buildbot import Builder
from webkitpy.common.net.layouttestresults import LayoutTestResults
-from webkitpy.common.net.buildbot import BuildBot, Builder, Build
-from webkitpy.layout_tests.models import test_results
from webkitpy.layout_tests.models import test_failures
+from webkitpy.layout_tests.models import test_results
from webkitpy.thirdparty.BeautifulSoup import BeautifulSoup

Powered by Google App Engine
This is Rietveld 408576698