aboutsummaryrefslogtreecommitdiff
path: root/oauth2client
diff options
context:
space:
mode:
authorNathaniel Manista <nathaniel@google.com>2016-02-16 22:53:18 +0000
committerNathaniel Manista <nathaniel@google.com>2016-02-16 22:53:18 +0000
commitb1964dee35e80ac0110f8fd8998855162292731f (patch)
tree99da5b2a95a907313d5517a3998953e8cba9a72d /oauth2client
parent82445c31e5f00178f216900a4e0f2b11cd7229ca (diff)
downloadoauth2client-b1964dee35e80ac0110f8fd8998855162292731f.tar.gz
Cosmetic tweaks
Unnecessary (and embarrassingly out-of-date) shebang lines are dropped. License headers are trimmed to not have single-octothorpe lines above or below. The xsrfutil_test module doc string is trimmed of repeated information and placed properly after a blank line following the license header.
Diffstat (limited to 'oauth2client')
-rw-r--r--oauth2client/contrib/xsrfutil.py1
-rw-r--r--oauth2client/util.py3
2 files changed, 0 insertions, 4 deletions
diff --git a/oauth2client/contrib/xsrfutil.py b/oauth2client/contrib/xsrfutil.py
index 10bbe3f..20e728e 100644
--- a/oauth2client/contrib/xsrfutil.py
+++ b/oauth2client/contrib/xsrfutil.py
@@ -1,4 +1,3 @@
-#
# Copyright 2014 the Melange authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/oauth2client/util.py b/oauth2client/util.py
index 1150e2b..2b7106e 100644
--- a/oauth2client/util.py
+++ b/oauth2client/util.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright 2014 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#
"""Common utility library."""