diff gpp/gcalendar/forms.py @ 458:9a4bffdf37c3

Finishing up #220. Updated to GData v2.0 and using the new OAuth access token.
author Brian Neal <bgneal@gmail.com>
date Sat, 02 Jul 2011 03:52:43 +0000
parents 88b2b9cb8c1f
children bbbc357ac5f3
line wrap: on
line diff
--- a/gpp/gcalendar/forms.py	Fri Jul 01 00:49:11 2011 +0000
+++ b/gpp/gcalendar/forms.py	Sat Jul 02 03:52:43 2011 +0000
@@ -155,7 +155,3 @@
             raise forms.ValidationError("Invalid timezone.")
         return tz
 
-
-class PasswordForm(forms.Form):
-    password = forms.CharField(widget=forms.PasswordInput())
-