From: Thorsten S Date: Thu, 4 Oct 2018 17:56:58 +0000 (+0200) Subject: fix file perms X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=00c69f0ac56f4990bc761c7d81f018ce8842124b;p=urlbot-v3.git fix file perms --- diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/distbot/__init__.py b/distbot/__init__.py old mode 100755 new mode 100644 diff --git a/distbot/bot/__init__.py b/distbot/bot/__init__.py old mode 100755 new mode 100644 diff --git a/distbot/bot/action_worker.py b/distbot/bot/action_worker.py old mode 100755 new mode 100644 diff --git a/distbot/bot/worker.py b/distbot/bot/worker.py old mode 100755 new mode 100644 diff --git a/distbot/common/__init__.py b/distbot/common/__init__.py old mode 100755 new mode 100644 diff --git a/distbot/common/action.py b/distbot/common/action.py old mode 100755 new mode 100644 diff --git a/distbot/common/config.py b/distbot/common/config.py old mode 100755 new mode 100644 diff --git a/distbot/common/config/local_config.ini.spec b/distbot/common/config/local_config.ini.spec old mode 100755 new mode 100644 diff --git a/distbot/common/config/persistent_config.ini.spec b/distbot/common/config/persistent_config.ini.spec old mode 100755 new mode 100644 diff --git a/distbot/common/message.py b/distbot/common/message.py old mode 100755 new mode 100644 diff --git a/distbot/common/utils.py b/distbot/common/utils.py old mode 100755 new mode 100644 diff --git a/distbot/doc/README.md b/distbot/doc/README.md old mode 100755 new mode 100644 diff --git a/distbot/plugins/__init__.py b/distbot/plugins/__init__.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/basic.py b/distbot/plugins/basic.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/bofh.py b/distbot/plugins/bofh.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/bots.py b/distbot/plugins/bots.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/bugtracker.py b/distbot/plugins/bugtracker.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/extended.py b/distbot/plugins/extended.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/feeds.py b/distbot/plugins/feeds.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/fun.py b/distbot/plugins/fun.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/lookup.py b/distbot/plugins/lookup.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/meta.py b/distbot/plugins/meta.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/morse.py b/distbot/plugins/morse.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/muc.py b/distbot/plugins/muc.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/queue_management.py b/distbot/plugins/queue_management.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/searx.py b/distbot/plugins/searx.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/translation.py b/distbot/plugins/translation.py old mode 100755 new mode 100644 diff --git a/distbot/plugins/url.py b/distbot/plugins/url.py old mode 100755 new mode 100644 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644