Skip to content

Commit

Permalink
Added small comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Poincare committed Aug 5, 2011
1 parent afe5d3c commit 845d7c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flask/app.py
Expand Up @@ -11,16 +11,19 @@

from __future__ import with_statement

#Python imports
import sys
from threading import Lock
from datetime import timedelta
from itertools import chain

#Werkzeug imports
from werkzeug.datastructures import ImmutableDict
from werkzeug.routing import Map, Rule
from werkzeug.exceptions import HTTPException, InternalServerError, \
MethodNotAllowed, BadRequest

#Local imports
from .helpers import _PackageBoundObject, url_for, get_flashed_messages, \
locked_cached_property, _tojson_filter, _endpoint_from_view_func
from .wrappers import Request, Response
Expand Down

0 comments on commit 845d7c5

Please sign in to comment.