diff --git a/beat/web/algorithms/api_urls.py b/beat/web/algorithms/api_urls.py
index 15419a86a9c8681f1c72c99668be556480cfb787..56148227124bcecba42e5d2a0d22ef866f9c74f4 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 = [