From d1afd8febfc4a42d989258e73b0271c29a88b574 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Thu, 25 Oct 2012 12:29:34 +0100 Subject: [PATCH] Fixed type in Comment.py import --- spa/models/Comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/models/Comment.py b/spa/models/Comment.py index 9064aa7..4f113aa 100644 --- a/spa/models/Comment.py +++ b/spa/models/Comment.py @@ -1,7 +1,7 @@ from django.contrib.auth.models import User from django.db import models from spa.models._BaseModel import _BaseModel -%from spa.models.Mix import Mix +from spa.models.Mix import Mix class Comment(_BaseModel): class Meta: