diff -r 45d6a1b492d6 -r 6d410bf49a82 app/soc/models/review.py --- a/app/soc/models/review.py Sat Oct 18 17:49:46 2008 +0000 +++ b/app/soc/models/review.py Sat Oct 18 21:54:13 2008 +0000 @@ -23,9 +23,8 @@ from google.appengine.ext import db -from soc import models - -import soc.models.survey +# TODO: Uncomment when Survey model is committed +#import soc.models.survey import soc.models.work import soc.models.reviewer