Fixed type in Comment.py import

This commit is contained in:
Fergal Moran
2012-10-25 12:29:34 +01:00
parent 629db12d0a
commit d1afd8febf

View File

@@ -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: