From 66628722257c18bc1900cf8deb6bd2e3335eb78b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 23 Dec 2014 11:28:42 +0000 Subject: [PATCH] remove unused import --- pandora/annotation/models.py | 1 - pandora/app/models.py | 2 -- pandora/event/models.py | 1 - pandora/item/models.py | 1 - pandora/news/models.py | 1 - pandora/place/models.py | 1 - 6 files changed, 7 deletions(-) diff --git a/pandora/annotation/models.py b/pandora/annotation/models.py index f2277246..7e7085cc 100644 --- a/pandora/annotation/models.py +++ b/pandora/annotation/models.py @@ -14,7 +14,6 @@ import ox from clip.models import Clip from entity.models import Entity -from changelog.models import Changelog from item.utils import sort_string, get_by_key import managers diff --git a/pandora/app/models.py b/pandora/app/models.py index 22623cd8..8e0fd2b1 100644 --- a/pandora/app/models.py +++ b/pandora/app/models.py @@ -6,8 +6,6 @@ import json from django.db import models -from changelog.models import Changelog - import monkey_patch class Page(models.Model): diff --git a/pandora/event/models.py b/pandora/event/models.py index 28c3d8dc..9e2e3825 100644 --- a/pandora/event/models.py +++ b/pandora/event/models.py @@ -12,7 +12,6 @@ from item.models import Item from item import utils from person.models import get_name_sort from title.models import get_title_sort -from changelog.models import Changelog import managers diff --git a/pandora/item/models.py b/pandora/item/models.py index 8f7cf37b..d602665f 100644 --- a/pandora/item/models.py +++ b/pandora/item/models.py @@ -34,7 +34,6 @@ from data_api import external_data from annotation.models import Annotation from archive import extract -from changelog.models import Changelog from clip.models import Clip from entity.models import Entity from person.models import get_name_sort diff --git a/pandora/news/models.py b/pandora/news/models.py index a7a1a2d9..77d371b0 100644 --- a/pandora/news/models.py +++ b/pandora/news/models.py @@ -5,7 +5,6 @@ from __future__ import division, with_statement from django.db import models import ox -from changelog.models import Changelog import managers diff --git a/pandora/place/models.py b/pandora/place/models.py index 9ce179c7..f126e6c1 100644 --- a/pandora/place/models.py +++ b/pandora/place/models.py @@ -10,7 +10,6 @@ from ox.django import fields import managers from annotation.models import Annotation, get_matches, get_super_matches from item.models import Item -from changelog.models import Changelog class Place(models.Model):