~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to main/forms.py

  • Committer: Janos Gyerik
  • Date: 2012-04-03 19:38:36 UTC
  • Revision ID: janos@axiom-20120403193836-13osl5uif18pvaz5
pyflakes fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
from django import forms
8
8
from django.contrib.comments.forms import CommentForm
9
9
 
10
 
from bashoneliners.main.models import OneLiner, HackerProfile, User, Question
 
10
from bashoneliners.main.models import OneLiner, HackerProfile, Question
11
11
 
12
12
 
13
13
class CommonOneLinerForm(forms.ModelForm):