From aefd70beca38afb3912f087b7a00c1bf5306067c Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Thu, 26 Apr 2018 14:15:13 +0200 Subject: [PATCH] [algorithms][api_urls] Fix import --- beat/web/algorithms/api_urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beat/web/algorithms/api_urls.py b/beat/web/algorithms/api_urls.py index 15419a86a..561482271 100755 --- a/beat/web/algorithms/api_urls.py +++ b/beat/web/algorithms/api_urls.py @@ -27,7 +27,7 @@ from django.conf.urls import url -import api +from . import api urlpatterns = [ -- GitLab