X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/54b897cf7eb8b3840b7b53d355d6db6462002b28..92e5503246c771fd29461b3be7ed4a2882092da5:/philo/contrib/shipherd/models.py?ds=inline diff --git a/philo/contrib/shipherd/models.py b/philo/contrib/shipherd/models.py index a09f385..7554595 100644 --- a/philo/contrib/shipherd/models.py +++ b/philo/contrib/shipherd/models.py @@ -7,7 +7,8 @@ from django.core.validators import RegexValidator, MinValueValidator from django.db import models from django.forms.models import model_to_dict -from philo.models import TreeEntity, Node, TreeManager, Entity, TargetURLModel +from philo.models.base import TreeEntity, TreeManager, Entity +from philo.models.nodes import Node, TargetURLModel DEFAULT_NAVIGATION_DEPTH = 3