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

Unified Diff: chrome/test/pyautolib/timer_queue.py

Issue 8680018: Fix python scripts in src/chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright Created 9 years, 1 month 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 | « chrome/test/pyautolib/remote_host.py ('k') | chrome/test/webdriver/test/chromedriver_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/timer_queue.py
diff --git a/chrome/test/pyautolib/timer_queue.py b/chrome/test/pyautolib/timer_queue.py
index 8985803af44ec5a408be33f79cb3aaf477f2c4eb..b7d668d09e6d7bb31b74e1f4773e0f1f889c3c80 100644
--- a/chrome/test/pyautolib/timer_queue.py
+++ b/chrome/test/pyautolib/timer_queue.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
# Copyright (c) 2011 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.
@@ -85,4 +83,3 @@ class TimerQueue(threading.Thread):
if self.terminate:
return
time.sleep(self.wait_time)
-
« no previous file with comments | « chrome/test/pyautolib/remote_host.py ('k') | chrome/test/webdriver/test/chromedriver_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698