web/form.py
branchstable
changeset 5588 377c9adfe81e
parent 5547 26be1e50e2cf
child 6109 47d9c0e0f7b7
equal deleted inserted replaced
5587:72679e450f6d 5588:377c9adfe81e
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """abstract form classes for CubicWeb web client
    18 """abstract form classes for CubicWeb web client"""
    19 
       
    20 """
       
    21 __docformat__ = "restructuredtext en"
    19 __docformat__ = "restructuredtext en"
    22 
    20 
    23 from warnings import warn
    21 from warnings import warn
    24 
    22 
    25 from logilab.common.decorators import iclassmethod
    23 from logilab.common.decorators import iclassmethod