/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

  1. from django import forms
  2. class CustomCommentForm(forms.Form):
  3. pass