Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
SOURCES/oauth2client-4.1.2.tar.gz
|
/*.tar.gz
|
||||||
|
/*.rpm
|
||||||
|
/*/
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
cd7f51930553caeb51726035831e6b7fa903d1a7 SOURCES/oauth2client-4.1.2.tar.gz
|
|
||||||
9
remove-python-shebang-from-module.patch
Normal file
9
remove-python-shebang-from-module.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
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");
|
||||||
Loading…
Reference in New Issue
Block a user