PageRenderTime 28ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/regressiontests/comment_tests/custom_comments/forms.py

https://code.google.com/p/mango-py/
Python | 4 lines | 3 code | 1 blank | 0 comment | 0 complexity | 084df53d23b494958c07cbd0de3d5736 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. from django import forms
  2. class CustomCommentForm(forms.Form):
  3. pass