diff options
author | Areli, Fuss (af732p) <af732p@att.com> | 2018-05-24 12:54:59 +0300 |
---|---|---|
committer | Areli, Fuss (af732p) <af732p@att.com> | 2018-05-24 12:55:49 +0300 |
commit | cad6d1f99dcb5a2d23d04cc5a039c5fa1bb4639a (patch) | |
tree | 38420735302ce2516715efe45f274af4ebe7d5fd /services/api/__pycache__ | |
parent | 1bba336e9328bdba726d9674ecd3e638248a1294 (diff) |
Replace uWsgi
Replace uWsgi with gunicorn
And remove python precompiled files
Change-Id: Icb8b592f371badadeb9d936e2a0edd929baacea9
Issue-ID: VVP-60
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
Diffstat (limited to 'services/api/__pycache__')
-rw-r--r-- | services/api/__pycache__/__init__.cpython-36.pyc | bin | 140 -> 0 bytes |
-rw-r--r-- | services/api/__pycache__/api_bridge.cpython-36.pyc | bin | 1860 -> 0 bytes |
-rw-r--r-- | services/api/__pycache__/api_checklist.cpython-36.pyc | bin | 5491 -> 0 bytes |
-rw-r--r-- | services/api/__pycache__/api_gitlab.cpython-36.pyc | bin | 10952 -> 0 bytes |
-rw-r--r-- | services/api/__pycache__/api_jenkins.cpython-36.pyc | bin | 1191 -> 0 bytes |
-rw-r--r-- | services/api/__pycache__/api_user.cpython-36.pyc | bin | 7760 -> 0 bytes |
-rw-r--r-- | services/api/__pycache__/api_virtual_function.cpython-36.pyc | bin | 9579 -> 0 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/services/api/__pycache__/__init__.cpython-36.pyc b/services/api/__pycache__/__init__.cpython-36.pyc Binary files differdeleted file mode 100644 index ece5c7a..0000000 --- a/services/api/__pycache__/__init__.cpython-36.pyc +++ /dev/null diff --git a/services/api/__pycache__/api_bridge.cpython-36.pyc b/services/api/__pycache__/api_bridge.cpython-36.pyc Binary files differdeleted file mode 100644 index 1da6617..0000000 --- a/services/api/__pycache__/api_bridge.cpython-36.pyc +++ /dev/null diff --git a/services/api/__pycache__/api_checklist.cpython-36.pyc b/services/api/__pycache__/api_checklist.cpython-36.pyc Binary files differdeleted file mode 100644 index 6ea208f..0000000 --- a/services/api/__pycache__/api_checklist.cpython-36.pyc +++ /dev/null diff --git a/services/api/__pycache__/api_gitlab.cpython-36.pyc b/services/api/__pycache__/api_gitlab.cpython-36.pyc Binary files differdeleted file mode 100644 index d4dedbc..0000000 --- a/services/api/__pycache__/api_gitlab.cpython-36.pyc +++ /dev/null diff --git a/services/api/__pycache__/api_jenkins.cpython-36.pyc b/services/api/__pycache__/api_jenkins.cpython-36.pyc Binary files differdeleted file mode 100644 index 905295c..0000000 --- a/services/api/__pycache__/api_jenkins.cpython-36.pyc +++ /dev/null diff --git a/services/api/__pycache__/api_user.cpython-36.pyc b/services/api/__pycache__/api_user.cpython-36.pyc Binary files differdeleted file mode 100644 index 1893ff4..0000000 --- a/services/api/__pycache__/api_user.cpython-36.pyc +++ /dev/null diff --git a/services/api/__pycache__/api_virtual_function.cpython-36.pyc b/services/api/__pycache__/api_virtual_function.cpython-36.pyc Binary files differdeleted file mode 100644 index 35349c5..0000000 --- a/services/api/__pycache__/api_virtual_function.cpython-36.pyc +++ /dev/null |