summaryrefslogtreecommitdiffstats
path: root/tools/python/google/logging_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python/google/logging_utils.py')
-rw-r--r--tools/python/google/logging_utils.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/python/google/logging_utils.py b/tools/python/google/logging_utils.py
index 5fd95d3..ef2d674 100644
--- a/tools/python/google/logging_utils.py
+++ b/tools/python/google/logging_utils.py
@@ -1,10 +1,7 @@
-#!/bin/env python
-# Copyright (c) 2006-2008 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.
-# logging_utils.py
-
''' Utility functions and objects for logging.
'''
@@ -83,4 +80,3 @@ def config_root(level=logging.INFO, threshold=logging.WARNING, format=FORMAT,
handler.setLevel(level)
handler.setFormatter(formatter)
root.addHandler(handler)
-