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) |
- |