Import forms instead of newforms (Django 1.0)
commitd2bdf0fcffe817a4b698d3332c7e0ef413584c81
authorSebastian Nowicki <sebnow@gmail.com>
Mon, 29 Dec 2008 13:57:45 +0000 (29 22:57 +0900)
committerSebastian Nowicki <sebnow@gmail.com>
Wed, 25 Nov 2009 14:37:42 +0000 (25 22:37 +0800)
treedd3d255a4dd7541d36da7a27b17fe4917b916118
parent76a40968de39aedd2c355459a0963390724df2e2
Import forms instead of newforms (Django 1.0)

As stated in the comments, newforms has moved to forms, so we have to
import that instead.

Signed-off-by: Sebastian Nowicki <sebnow@gmail.com>
archlinux/account/forms.py
archlinux/aur/forms.py
archlinux/aur/views.py