hgbook

changeset 577:61a3f7dacf2f

Fix minor hiccup
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 10 22:27:51 2009 -0700 (2009-03-10)
parents 846a41c4fd46
children cd978765da64
files web/hgbook/comments/views.py
line diff
     1.1 --- a/web/hgbook/comments/views.py	Tue Mar 10 21:58:22 2009 -0700
     1.2 +++ b/web/hgbook/comments/views.py	Tue Mar 10 22:27:51 2009 -0700
     1.3 @@ -1,4 +1,4 @@
     1.4 -import django.newforms as forms
     1.5 +import django.forms as forms
     1.6  from django.db import connection
     1.7  from django.http import HttpResponse
     1.8  from hgbook.comments.models import Comment, Element