cloudendpoints / endpoints-management-python

A Python library for managing API services using Google's Service Control APIs
Apache License 2.0
19 stars 22 forks source link

Don't use AppEngineManager if GAE_USE_SOCKETS_HTTPLIB is set #40

Closed inklesspen closed 6 years ago

inklesspen commented 7 years ago

config/service_config.py uses AppEngineManager if it detects it's running on appengine. But if GAE_USE_SOCKETS_HTTPLIB is set true, it should use the regular PoolManager.