Remov unused import from Quiz model and add missing blank line.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 02 Dec 2008 11:20:08 +0000
changeset 645 262b27ed23af
parent 644 813892c894f4
child 646 860e17e5118f
Remov unused import from Quiz model and add missing blank line. Patch by: Pawel Solyga
app/soc/models/quiz.py
--- 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