diff -r c4f1a07ee340 -r 9efdc7bc3565 app/soc/models/organization.py --- 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" ', ] + 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