| Index: appengine/chromium_cq_status/handlers/patch_timeline.py
|
| diff --git a/appengine/chromium_cq_status/handlers/patch_timeline.py b/appengine/chromium_cq_status/handlers/patch_timeline.py
|
| deleted file mode 100644
|
| index b96e23be100cc9bfba42f9f2ada42a57320b94d6..0000000000000000000000000000000000000000
|
| --- a/appengine/chromium_cq_status/handlers/patch_timeline.py
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -# Copyright 2015 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -import webapp2
|
| -import cgi
|
| -
|
| -class PatchTimeline(webapp2.RequestHandler): # pragma: no cover
|
| - def get(self, issue, patchset): # pylint: disable=W0221
|
| - self.response.write(open('templates/trace_viewer.html').read() % {
|
| - 'issue': cgi.escape(issue, quote=True),
|
| - 'patchset': cgi.escape(patchset, quote=True),
|
| - })
|
|
|