re-import sources as agreed with the maintainer
This commit is contained in:
parent
5cc216d8ec
commit
5db8689ed2
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
||||
/oauth2client-4.1.2.tar.gz
|
||||
/*.tar.gz
|
||||
/*.rpm
|
||||
/*/
|
||||
|
||||
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