From cad6d1f99dcb5a2d23d04cc5a039c5fa1bb4639a Mon Sep 17 00:00:00 2001 From: "Areli, Fuss (af732p)" Date: Thu, 24 May 2018 12:54:59 +0300 Subject: Replace uWsgi Replace uWsgi with gunicorn And remove python precompiled files Change-Id: Icb8b592f371badadeb9d936e2a0edd929baacea9 Issue-ID: VVP-60 Signed-off-by: Areli, Fuss (af732p) --- services/api/__pycache__/__init__.cpython-36.pyc | Bin 140 -> 0 bytes services/api/__pycache__/api_bridge.cpython-36.pyc | Bin 1860 -> 0 bytes services/api/__pycache__/api_checklist.cpython-36.pyc | Bin 5491 -> 0 bytes services/api/__pycache__/api_gitlab.cpython-36.pyc | Bin 10952 -> 0 bytes services/api/__pycache__/api_jenkins.cpython-36.pyc | Bin 1191 -> 0 bytes services/api/__pycache__/api_user.cpython-36.pyc | Bin 7760 -> 0 bytes .../api/__pycache__/api_virtual_function.cpython-36.pyc | Bin 9579 -> 0 bytes 7 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 services/api/__pycache__/__init__.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_bridge.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_checklist.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_gitlab.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_jenkins.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_user.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_virtual_function.cpython-36.pyc (limited to 'services/api') diff --git a/services/api/__pycache__/__init__.cpython-36.pyc b/services/api/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index ece5c7a..0000000 Binary files a/services/api/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_bridge.cpython-36.pyc b/services/api/__pycache__/api_bridge.cpython-36.pyc deleted file mode 100644 index 1da6617..0000000 Binary files a/services/api/__pycache__/api_bridge.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_checklist.cpython-36.pyc b/services/api/__pycache__/api_checklist.cpython-36.pyc deleted file mode 100644 index 6ea208f..0000000 Binary files a/services/api/__pycache__/api_checklist.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_gitlab.cpython-36.pyc b/services/api/__pycache__/api_gitlab.cpython-36.pyc deleted file mode 100644 index d4dedbc..0000000 Binary files a/services/api/__pycache__/api_gitlab.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_jenkins.cpython-36.pyc b/services/api/__pycache__/api_jenkins.cpython-36.pyc deleted file mode 100644 index 905295c..0000000 Binary files a/services/api/__pycache__/api_jenkins.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_user.cpython-36.pyc b/services/api/__pycache__/api_user.cpython-36.pyc deleted file mode 100644 index 1893ff4..0000000 Binary files a/services/api/__pycache__/api_user.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_virtual_function.cpython-36.pyc b/services/api/__pycache__/api_virtual_function.cpython-36.pyc deleted file mode 100644 index 35349c5..0000000 Binary files a/services/api/__pycache__/api_virtual_function.cpython-36.pyc and /dev/null differ -- cgit