From 1c80e7242b2be0df8d7d5660990ff3397e929fe1 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 21 Dec 2018 07:01:05 +0100 Subject: [PATCH] [fix] missing import in migration --- .../data_migrations/0008_ssh_conf_managed_by_yunohost_step2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yunohost/data_migrations/0008_ssh_conf_managed_by_yunohost_step2.py b/src/yunohost/data_migrations/0008_ssh_conf_managed_by_yunohost_step2.py index 6adfa769f..11b450479 100644 --- a/src/yunohost/data_migrations/0008_ssh_conf_managed_by_yunohost_step2.py +++ b/src/yunohost/data_migrations/0008_ssh_conf_managed_by_yunohost_step2.py @@ -1,5 +1,6 @@ import re +from moulinette import m18n from moulinette.utils.log import getActionLogger from yunohost.tools import Migration