diff options
Diffstat (limited to 'chimere/tasks.py')
-rw-r--r-- | chimere/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/tasks.py b/chimere/tasks.py index 01ee113..08b50b1 100644 --- a/chimere/tasks.py +++ b/chimere/tasks.py @@ -27,7 +27,7 @@ from django.core.exceptions import ObjectDoesNotExist from django.utils.translation import ugettext_lazy as _ from chimere.models import Importer -from external_utils import OsmApi +from osmapi import OsmApi def single_instance_task(timeout): |