Remove an unneeded import that was causing a deprecation warning.

This commit is contained in:
Greg Taylor 2009-04-30 02:52:16 +00:00
parent 426932b5a6
commit 70602efaa7

View file

@ -1,7 +1,6 @@
"""
Custom manager for Object objects.
"""
import sets
from datetime import datetime, timedelta
from django.db import models