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

Unified Diff: appengine/test_results/test/buildershandler_test.py

Issue 499103002: Make test_results deployable again. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: merge to ToT Created 6 years, 4 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
« no previous file with comments | « appengine/test_results/model/testfile.py ('k') | appengine/test_results/test/jsonresults_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/test_results/test/buildershandler_test.py
diff --git a/appengine/test_results/test/buildershandler_test.py b/appengine/test_results/test/buildershandler_test.py
index bcc664459ade5b48d63bde684599d3c840676519..71665fb75750b37cf74272df6aeb802c00b750b1 100644
--- a/appengine/test_results/test/buildershandler_test.py
+++ b/appengine/test_results/test/buildershandler_test.py
@@ -26,10 +26,11 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-from appengine.test_results.handlers import buildershandler
import logging
import unittest
+from appengine.test_results.handlers import buildershandler
+
# pylint: disable=C0301
« no previous file with comments | « appengine/test_results/model/testfile.py ('k') | appengine/test_results/test/jsonresults_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698