[python-experimental] Removes python2 (#6991)

* Removes future from python-exp v3 sample

* Removes future from python-exp v2 sample

* Deletes future from remaining python-exp files

* Removes six from python-exp templates

* Removes six from python-exp samples

* Removes mock from python-exp

* Python-exp switched to py3

* Removes python 2.7 for python-exp ci testing

* Requires python>=3.3 for python-exp

* Reverts unnecessary changes to two templates
This commit is contained in:
Justin Black
2020-07-19 09:45:56 -07:00
committed by GitHub
parent ed84280108
commit 0e0f8eb74c
447 changed files with 1512 additions and 1859 deletions

View File

@@ -22,7 +22,6 @@ Use any API key
* Api Key Authentication (api_key):
* Api Key Authentication (api_key_query):
```python
from __future__ import print_function
import time
import x_auth_id_alias
from x_auth_id_alias.api import usage_api
@@ -107,7 +106,6 @@ Use both API keys
* Api Key Authentication (api_key):
* Api Key Authentication (api_key_query):
```python
from __future__ import print_function
import time
import x_auth_id_alias
from x_auth_id_alias.api import usage_api
@@ -191,7 +189,6 @@ Use API key in header
* Api Key Authentication (api_key):
```python
from __future__ import print_function
import time
import x_auth_id_alias
from x_auth_id_alias.api import usage_api
@@ -265,7 +262,6 @@ Use API key in query
* Api Key Authentication (api_key_query):
```python
from __future__ import print_function
import time
import x_auth_id_alias
from x_auth_id_alias.api import usage_api