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

« back to all changes in this revision

Viewing changes to oneliners/forms.py

  • Committer: Janos Gyerik
  • Date: 2012-04-03 20:38:05 UTC
  • Revision ID: janos@axiom-20120403203805-d2e6j78xee1dhttx
renamed "main" module to "oneliners"

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 main.models import OneLiner, HackerProfile, Question
 
10
from oneliners.models import OneLiner, HackerProfile, Question
11
11
 
12
12
 
13
13
class CommonOneLinerForm(forms.ModelForm):