app/soc/views/person/profile.py
changeset 316 9efdc7bc3565
parent 299 a1cc853a56e5
child 324 05e21c089be6
--- a/app/soc/views/person/profile.py	Mon Oct 13 21:34:07 2008 +0000
+++ b/app/soc/views/person/profile.py	Mon Oct 13 21:54:51 2008 +0000
@@ -29,12 +29,14 @@
 
 
 from google.appengine.api import users
+
 from django import http
 from django import shortcuts
 from django import newforms as forms
 
 from soc.models import person
 from soc.views import helper
+
 import soc.views.helper.forms