Fix missing import (found by Ryan Cross)

- Legacy-Id: 3659
This commit is contained in:
Ole Laursen 2011-11-16 15:44:00 +00:00
parent 3d10b58c79
commit 64c3ef01c0

View file

@ -3,6 +3,7 @@
import pytz, datetime
from django.db import models
from django.conf import settings
from timedeltafield import TimedeltaField
from redesign.group.models import Group