diff options
Diffstat (limited to 'archaeological_operations/lookups.py')
-rw-r--r-- | archaeological_operations/lookups.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archaeological_operations/lookups.py b/archaeological_operations/lookups.py index 83cf6fa3a..c4027c2d2 100644 --- a/archaeological_operations/lookups.py +++ b/archaeological_operations/lookups.py @@ -1,4 +1,6 @@ -from ajax_select import register, LookupChannel +from ajax_select import register + +from ishtar_common.lookups import LookupChannel from django.db.models import Q from django.utils.encoding import force_text |