~widelands-dev/widelands-website/solitaire_html_documentation

« back to all changes in this revision

Viewing changes to djangoratings/forms.py

  • Committer: franku
  • Date: 2016-05-18 19:31:46 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160518193146-w5dmezymi3wlnhvl
added djangoratings and adjust it to django 1.8; updated update_problems.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from django import forms
 
2
 
 
3
__all__ = ('RatingField',)
 
4
 
 
5
class RatingField(forms.ChoiceField):
 
6
    pass
 
 
b'\\ No newline at end of file'