Index: chrome/test/pyautolib/plugins_info.py |
diff --git a/chrome/test/pyautolib/plugins_info.py b/chrome/test/pyautolib/plugins_info.py |
index 6cf86205e92f3888523663a0eaef15ab25771964..109981d080eb8b9edd4eb0efc0a1e41d8c445782 100644 |
--- a/chrome/test/pyautolib/plugins_info.py |
+++ b/chrome/test/pyautolib/plugins_info.py |
@@ -1,6 +1,4 @@ |
-#!/usr/bin/python |
- |
-# Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+# 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. |
@@ -112,4 +110,3 @@ class PluginsInfo(object): |
all = self.PluginForName(name) |
if not all: return None |
return all[0] |
- |