Last active
January 3, 2016 11:26
-
-
Save asfaltboy/f1cef0ae2037769e538d to your computer and use it in GitHub Desktop.
revert permission change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From d39fedaf3da34417eb292b58046ed9ab7bb3c639 Mon Sep 17 00:00:00 2001 | |
From: Pavel Savchenko <[email protected]> | |
Date: Sun, 3 Jan 2016 12:16:00 +0100 | |
Subject: [PATCH] Revert permission changes | |
--- | |
DESIGN_THOUGHTS.md | 0 | |
MANIFEST.in | 0 | |
README.md | 0 | |
TODO.md | 0 | |
google/__init__.py | 0 | |
google/google.py | 0 | |
google/modules/__init__.py | 0 | |
google/modules/calculator.py | 0 | |
google/modules/currency.py | 0 | |
google/modules/images.py | 0 | |
google/modules/shopping_search.py | 0 | |
google/modules/standard_search.py | 0 | |
google/modules/utils.py | 0 | |
google/tests/__init__.py | 0 | |
google/tests/html_files/test_calculator.html | 0 | |
google/tests/html_files/test_convert_currency.html | 0 | |
google/tests/html_files/test_exchange_rate.html | 0 | |
google/tests/html_files/test_search_images.html | 0 | |
google/tests/html_files/test_shopping_search.html | 0 | |
google/tests/html_files/test_standard_search.html | 0 | |
google/tests/test_google.py | 0 | |
requirements.txt | 0 | |
setup.cfg | 0 | |
setup.py | 0 | |
26 files changed, 25 deletions(-) | |
mode change 100755 => 100644 DESIGN_THOUGHTS.md | |
mode change 100755 => 100644 MANIFEST.in | |
mode change 100755 => 100644 README.md | |
mode change 100755 => 100644 TODO.md | |
mode change 100755 => 100644 google/__init__.py | |
mode change 100755 => 100644 google/google.py | |
mode change 100755 => 100644 google/modules/__init__.py | |
mode change 100755 => 100644 google/modules/calculator.py | |
mode change 100755 => 100644 google/modules/currency.py | |
mode change 100755 => 100644 google/modules/images.py | |
mode change 100755 => 100644 google/modules/shopping_search.py | |
mode change 100755 => 100644 google/modules/standard_search.py | |
mode change 100755 => 100644 google/modules/utils.py | |
mode change 100755 => 100644 google/tests/__init__.py | |
mode change 100755 => 100644 google/tests/html_files/test_calculator.html | |
mode change 100755 => 100644 google/tests/html_files/test_convert_currency.html | |
mode change 100755 => 100644 google/tests/html_files/test_exchange_rate.html | |
mode change 100755 => 100644 google/tests/html_files/test_search_images.html | |
mode change 100755 => 100644 google/tests/html_files/test_shopping_search.html | |
mode change 100755 => 100644 google/tests/html_files/test_standard_search.html | |
mode change 100755 => 100644 google/tests/test_google.py | |
mode change 100755 => 100644 requirements.txt | |
mode change 100755 => 100644 setup.cfg | |
mode change 100755 => 100644 setup.py | |
diff --git a/DESIGN_THOUGHTS.md b/DESIGN_THOUGHTS.md | |
old mode 100755 | |
new mode 100644 | |
diff --git a/MANIFEST.in b/MANIFEST.in | |
old mode 100755 | |
new mode 100644 | |
diff --git a/README.md b/README.md | |
old mode 100755 | |
new mode 100644 | |
diff --git a/TODO.md b/TODO.md | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/__init__.py b/google/__init__.py | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/google.py b/google/google.py | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/modules/__init__.py b/google/modules/__init__.py | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/modules/calculator.py b/google/modules/calculator.py | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/modules/currency.py b/google/modules/currency.py | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/modules/images.py b/google/modules/images.py | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/modules/shopping_search.py b/google/modules/shopping_search.py | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/modules/standard_search.py b/google/modules/standard_search.py | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/modules/utils.py b/google/modules/utils.py | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/tests/__init__.py b/google/tests/__init__.py | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/tests/html_files/test_calculator.html b/google/tests/html_files/test_calculator.html | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/tests/html_files/test_convert_currency.html b/google/tests/html_files/test_convert_currency.html | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/tests/html_files/test_exchange_rate.html b/google/tests/html_files/test_exchange_rate.html | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/tests/html_files/test_search_images.html b/google/tests/html_files/test_search_images.html | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/tests/html_files/test_shopping_search.html b/google/tests/html_files/test_shopping_search.html | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/tests/html_files/test_standard_search.html b/google/tests/html_files/test_standard_search.html | |
old mode 100755 | |
new mode 100644 | |
diff --git a/google/tests/test_google.py b/google/tests/test_google.py | |
old mode 100755 | |
new mode 100644 | |
diff --git a/requirements.txt b/requirements.txt | |
old mode 100755 | |
new mode 100644 | |
diff --git a/setup.cfg b/setup.cfg | |
old mode 100755 | |
new mode 100644 | |
diff --git a/setup.py b/setup.py | |
old mode 100755 | |
new mode 100644 | |
-- | |
2.3.5 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment