Added missing comments, fixed setup.py and made tests pass

This commit is contained in:
Armin Ronacher 2010-07-04 11:35:20 +02:00
parent dd59d7241d
commit 4f8ee8f129
10 changed files with 103 additions and 12 deletions

View file

@ -1,3 +1,14 @@
# -*- coding: utf-8 -*-
"""
flask.module
~~~~~~~~~~~~
Implements a class that represents module blueprints.
:copyright: (c) 2010 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
from flask.helpers import _PackageBoundObject