Remov unused import from Quiz model and add missing blank line.
Patch by: Pawel Solyga
--- a/app/soc/models/quiz.py Tue Dec 02 10:44:56 2008 +0000
+++ b/app/soc/models/quiz.py Tue Dec 02 11:20:08 2008 +0000
@@ -20,9 +20,9 @@
'"Todd Larsen" <tlarsen@google.com>',
]
+
import reflistprop
-import soc.models.answer
import soc.models.question
import soc.models.work