Mercurial > hgbook
changeset 676:61a3f7dacf2f
Fix minor hiccup
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 10 Mar 2009 22:27:51 -0700 |
parents | 846a41c4fd46 |
children | cd978765da64 |
files | web/hgbook/comments/views.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/web/hgbook/comments/views.py Tue Mar 10 21:58:22 2009 -0700 +++ b/web/hgbook/comments/views.py Tue Mar 10 22:27:51 2009 -0700 @@ -1,4 +1,4 @@ -import django.newforms as forms +import django.forms as forms from django.db import connection from django.http import HttpResponse from hgbook.comments.models import Comment, Element