Commit ff5fb7e2 authored by Ralf Schmitt's avatar Ralf Schmitt

use absolute imports in wsgi.py and hide _pywsgi

this makes test__execmodules.py succeed. while I'm here, also hide the
_pywsgi name.
parent e39f0390
from gevent.pywsgi import *
import pywsgi as _pywsgi
import gevent.pywsgi as _pywsgi
__all__ = _pywsgi.__all__
del _pywsgi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment