app/soc/models/organization.py
changeset 316 9efdc7bc3565
parent 244 da80c6519eea
child 344 d135c8c09967
--- a/app/soc/models/organization.py	Mon Oct 13 21:34:07 2008 +0000
+++ b/app/soc/models/organization.py	Mon Oct 13 21:54:51 2008 +0000
@@ -20,11 +20,14 @@
   '"Pawel Solyga" <pawel.solyga@gmail.com>',
 ]
 
+
 from google.appengine.ext import db
 
 from soc import models
+
 import soc.models.group
 
+
 class Organization(soc.models.group.Group):
   """Organization details.
 
@@ -36,5 +39,4 @@
      'reviewers' back-reference Query of the Organization model 'org'
      reference.
   """
-  pass
-
+  pass
\ No newline at end of file