From 9cee03859c69cfb5aac37dac4163e852bec7e8e0 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 17 Aug 2015 23:01:57 -0700 Subject: [PATCH] Fixed executable bit on several files --- LICENSE | 0 README.rst | 0 docs/Makefile | 0 docs/_static/index.html | 0 docs/_static/logo.png | Bin docs/_themes/LICENSE | 0 docs/_themes/README | 0 docs/_themes/flask/layout.html | 0 docs/_themes/flask/relations.html | 0 docs/_themes/flask/static/flasky.css_t | 0 docs/_themes/flask/theme.conf | 0 docs/_themes/flask_small/layout.html | 0 docs/_themes/flask_small/static/flasky.css_t | 0 docs/_themes/flask_small/theme.conf | 0 docs/_themes/flask_theme_support.py | 0 docs/conf.py | 0 docs/index.rst | 0 docs/make.bat | 0 example/templates/index.html | 0 socketio/__init__.py | 0 socketio/base_manager.py | 0 socketio/middleware.py | 0 socketio/packet.py | 0 socketio/server.py | 0 tests/test_base_manager.py | 0 tests/test_middleware.py | 0 tests/test_packet.py | 0 tests/test_server.py | 0 28 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.rst mode change 100755 => 100644 docs/Makefile mode change 100755 => 100644 docs/_static/index.html mode change 100755 => 100644 docs/_static/logo.png mode change 100755 => 100644 docs/_themes/LICENSE mode change 100755 => 100644 docs/_themes/README mode change 100755 => 100644 docs/_themes/flask/layout.html mode change 100755 => 100644 docs/_themes/flask/relations.html mode change 100755 => 100644 docs/_themes/flask/static/flasky.css_t mode change 100755 => 100644 docs/_themes/flask/theme.conf mode change 100755 => 100644 docs/_themes/flask_small/layout.html mode change 100755 => 100644 docs/_themes/flask_small/static/flasky.css_t mode change 100755 => 100644 docs/_themes/flask_small/theme.conf mode change 100755 => 100644 docs/_themes/flask_theme_support.py mode change 100755 => 100644 docs/conf.py mode change 100755 => 100644 docs/index.rst mode change 100755 => 100644 docs/make.bat mode change 100755 => 100644 example/templates/index.html mode change 100755 => 100644 socketio/__init__.py mode change 100755 => 100644 socketio/base_manager.py mode change 100755 => 100644 socketio/middleware.py mode change 100755 => 100644 socketio/packet.py mode change 100755 => 100644 socketio/server.py mode change 100755 => 100644 tests/test_base_manager.py mode change 100755 => 100644 tests/test_middleware.py mode change 100755 => 100644 tests/test_packet.py mode change 100755 => 100644 tests/test_server.py diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.rst b/README.rst old mode 100755 new mode 100644 diff --git a/docs/Makefile b/docs/Makefile old mode 100755 new mode 100644 diff --git a/docs/_static/index.html b/docs/_static/index.html old mode 100755 new mode 100644 diff --git a/docs/_static/logo.png b/docs/_static/logo.png old mode 100755 new mode 100644 diff --git a/docs/_themes/LICENSE b/docs/_themes/LICENSE old mode 100755 new mode 100644 diff --git a/docs/_themes/README b/docs/_themes/README old mode 100755 new mode 100644 diff --git a/docs/_themes/flask/layout.html b/docs/_themes/flask/layout.html old mode 100755 new mode 100644 diff --git a/docs/_themes/flask/relations.html b/docs/_themes/flask/relations.html old mode 100755 new mode 100644 diff --git a/docs/_themes/flask/static/flasky.css_t b/docs/_themes/flask/static/flasky.css_t old mode 100755 new mode 100644 diff --git a/docs/_themes/flask/theme.conf b/docs/_themes/flask/theme.conf old mode 100755 new mode 100644 diff --git a/docs/_themes/flask_small/layout.html b/docs/_themes/flask_small/layout.html old mode 100755 new mode 100644 diff --git a/docs/_themes/flask_small/static/flasky.css_t b/docs/_themes/flask_small/static/flasky.css_t old mode 100755 new mode 100644 diff --git a/docs/_themes/flask_small/theme.conf b/docs/_themes/flask_small/theme.conf old mode 100755 new mode 100644 diff --git a/docs/_themes/flask_theme_support.py b/docs/_themes/flask_theme_support.py old mode 100755 new mode 100644 diff --git a/docs/conf.py b/docs/conf.py old mode 100755 new mode 100644 diff --git a/docs/index.rst b/docs/index.rst old mode 100755 new mode 100644 diff --git a/docs/make.bat b/docs/make.bat old mode 100755 new mode 100644 diff --git a/example/templates/index.html b/example/templates/index.html old mode 100755 new mode 100644 diff --git a/socketio/__init__.py b/socketio/__init__.py old mode 100755 new mode 100644 diff --git a/socketio/base_manager.py b/socketio/base_manager.py old mode 100755 new mode 100644 diff --git a/socketio/middleware.py b/socketio/middleware.py old mode 100755 new mode 100644 diff --git a/socketio/packet.py b/socketio/packet.py old mode 100755 new mode 100644 diff --git a/socketio/server.py b/socketio/server.py old mode 100755 new mode 100644 diff --git a/tests/test_base_manager.py b/tests/test_base_manager.py old mode 100755 new mode 100644 diff --git a/tests/test_middleware.py b/tests/test_middleware.py old mode 100755 new mode 100644 diff --git a/tests/test_packet.py b/tests/test_packet.py old mode 100755 new mode 100644 diff --git a/tests/test_server.py b/tests/test_server.py old mode 100755 new mode 100644