# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1524043879 -7200
#      Wed Apr 18 11:31:19 2018 +0200
# Node ID 31897e0b25e169f9321b9ea9b1a8b11e195f069a
# Parent  0f0dc2e29fde685ae1a16d7c647da601be3aa698
remove local import

diff --git a/docker_dev_start.py b/docker_dev_start.py
--- a/docker_dev_start.py
+++ b/docker_dev_start.py
@@ -298,7 +298,7 @@
         logging.info("Image %s exists", image)
     if (not image_list and not nmspc.no_build) or nmspc.force_build:
         logging.info("Building image %s", image)
-        from . import docker_build
+        import docker_build
         arguments = [
             '--dev'
         ]