app/soc/views/helper/widgets.py
changeset 324 05e21c089be6
parent 274 56e1c1721299
child 335 9c1a6e02ebec
--- a/app/soc/views/helper/widgets.py	Tue Oct 14 16:00:59 2008 +0000
+++ b/app/soc/views/helper/widgets.py	Tue Oct 14 16:10:07 2008 +0000
@@ -24,9 +24,9 @@
 
 import copy
 
-from django import newforms as forms
-from django.newforms import util
-from django.newforms import widgets
+from django import forms
+from django.forms import util
+from django.forms import widgets
 from django.utils import html
 from django.utils import simplejson
 from django.utils import safestring