app/soc/views/settings.py
changeset 390 d12c95ade374
parent 377 d94ec6f104cc
child 405 f3525c1288ed
--- a/app/soc/views/settings.py	Sun Oct 19 13:14:40 2008 +0000
+++ b/app/soc/views/settings.py	Sun Oct 19 16:17:32 2008 +0000
@@ -25,7 +25,6 @@
   ]
 
 
-from google.appengine.api import users
 from google.appengine.ext import db
 
 from django import forms
@@ -144,7 +143,9 @@
         fields['home'] = home_doc
         context['notice'] = ugettext_lazy('Settings saved.')
       else:
-        context['notice'] = ugettext_lazy('Document not specified or could not be found; other Settings saved.')
+        context['notice'] = ugettext_lazy(
+            'Document not specified or could not be found; ' \
+            'other Settings saved.')
 
       settings = logic.updateOrCreateFromFields(fields, path=path)