python-oauth2client/remove-python-shebang-from-module.patch
DistroBaker 73a4e34539 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python-oauth2client.git#295118b15a3356cbdc71f0b624e8fe7ab9c0f65d
2020-10-30 15:26:38 +01:00

10 lines
426 B
Diff

diff -up oauth2client-1.4.11/oauth2client/util.py.orig oauth2client-1.4.11/oauth2client/util.py
--- oauth2client-1.4.11/oauth2client/util.py.orig 2015-06-04 10:21:35.117139303 +0200
+++ oauth2client-1.4.11/oauth2client/util.py 2015-06-04 10:21:44.195196840 +0200
@@ -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");