app/soc/models/person.py
changeset 316 9efdc7bc3565
parent 207 8ecc2e4198cd
child 322 6641e941ef1e
--- a/app/soc/models/person.py	Mon Oct 13 21:34:07 2008 +0000
+++ b/app/soc/models/person.py	Mon Oct 13 21:54:51 2008 +0000
@@ -24,11 +24,11 @@
 
 from google.appengine.ext import db
 
-import polymodel
-
 from django.utils.translation import ugettext_lazy
 
 from soc.models import countries
+
+import polymodel
 import soc.models.user