summaryrefslogtreecommitdiffstats
path: root/chrome/test/pyautolib/timer_queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/pyautolib/timer_queue.py')
-rw-r--r--chrome/test/pyautolib/timer_queue.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/pyautolib/timer_queue.py b/chrome/test/pyautolib/timer_queue.py
index 8985803..b7d668d 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)
-