| Index: ppapi/generators/idl_log.py
|
| diff --git a/ppapi/generators/idl_log.py b/ppapi/generators/idl_log.py
|
| index 1c30aa9181034cbd914ac9e88b292b06656aec1a..9c6cf00807813f6b58d08fa76402f1fdf1b8375b 100644
|
| --- a/ppapi/generators/idl_log.py
|
| +++ b/ppapi/generators/idl_log.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.
|
| @@ -58,4 +56,3 @@ class IDLLog(object):
|
| ErrOut = IDLLog('Error', sys.stderr)
|
| WarnOut = IDLLog('Warning', sys.stdout)
|
| InfoOut = IDLLog('', sys.stdout)
|
| -
|
|
|