Replaced 'newforms' to 'forms' in eventos/forms.py
authorMarcelo Jorge Vieira (metal <metal@alucinados.com>
Wed, 22 Oct 2008 17:12:58 +0000 (15:12 -0200)
committerLincoln de Sousa <lincoln@alfaiati.net>
Thu, 23 Oct 2008 01:11:20 +0000 (23:11 -0200)
eventos/forms.py

index c739b07..2a46963 100644 (file)
@@ -15,8 +15,8 @@
 # License along with this program; if not, write to the
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 # Boston, MA 02111-1307, USA.
-from django import newforms as forms
-from django.newforms import PasswordInput, ValidationError
+from django import forms
+from django.forms import PasswordInput, ValidationError
 from django.contrib.auth.models import User