mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
after discussing of/commenting in github this with @davisp , changing
__exported_functionality__() in __all__ . Also support for it wass added in pyflakes : http://bazaar.launchpad.net/~vcs-imports/pyflakes/main/revision/35
This commit is contained in:
parent
cd238cdf72
commit
6e459bcb56
@ -7,5 +7,4 @@ from gunicorn.http.parser import HttpParser
|
||||
from gunicorn.http.request import HttpRequest, RequestError
|
||||
from gunicorn.http.response import HttpResponse
|
||||
|
||||
def __exported_functionality__():
|
||||
return [HttpParser, HttpRequest, RequestError, HttpResponse]
|
||||
__all__ = [HttpParser, HttpRequest, RequestError, HttpResponse]
|
||||
Loading…
x
Reference in New Issue
Block a user