From fc5bed0ca2e530079701aab699fff564eb45c7cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Sat, 30 Mar 2013 01:06:00 +0100 Subject: [PATCH] Remove unused imports --- xnet/accounts/models.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xnet/accounts/models.py b/xnet/accounts/models.py index 588651e..4b6a25b 100644 --- a/xnet/accounts/models.py +++ b/xnet/accounts/models.py @@ -3,10 +3,6 @@ from django.contrib.auth import models as auth_models from django.db import models -from django_xworkflows import models as xwf_models - -from xnet.utils.images.fields import ImageWithThumbsField as ImageField - class Account(auth_models.AbstractUser): -- 2.1.4