From 09aadcac32190e20d7370e176e243878f918da69 Mon Sep 17 00:00:00 2001
From: Philip Abbet <philip.abbet@idiap.ch>
Date: Thu, 23 Feb 2017 11:24:02 +0100
Subject: [PATCH] Fix a typo

---
 beat/core/scripts/databases_provider.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beat/core/scripts/databases_provider.py b/beat/core/scripts/databases_provider.py
index 68e17d3b..4871919b 100644
--- a/beat/core/scripts/databases_provider.py
+++ b/beat/core/scripts/databases_provider.py
@@ -54,7 +54,7 @@ import docopt
 
 import zmq
 
-from ..dbexecutor import DBExecutor
+from ..dbexecution import DBExecutor
 
 
 class UserError(Exception):
-- 
GitLab