Hoist HTTPStatus into falcon top-level namespace

Fixes #592

shut up pep8 for unused import

Two spaces before inline comment

Move comment by one space for Pep8
This commit is contained in:
Abhilash Raj
2015-09-10 21:05:55 -07:00
parent 1c2aaa91b8
commit e0e391d422

View File

@@ -34,6 +34,7 @@ from falcon.status_codes import * # NOQA
from falcon.errors import * # NOQA
from falcon.redirects import * # NOQA
from falcon.http_error import HTTPError # NOQA
from falcon.http_status import HTTPStatus # NOQA
from falcon.util import * # NOQA
from falcon.hooks import before, after # NOQA
from falcon.request import Request, RequestOptions # NOQA