Remove apparently unused "sets" module import to quench annoying deprecation warning

- Legacy-Id: 3283
This commit is contained in:
Ole Laursen 2011-08-04 13:09:11 +00:00
parent 0e576f4352
commit df73e8bdbd

View file

@ -1,6 +1,3 @@
# python imports
import sets
# django imports
from django.db import models
from django.contrib.auth.models import User