From a9b931b622c05033d660a7dc753ebaba0b721533 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 5 May 2018 12:25:36 +0200 Subject: [PATCH] [fix] missing import --- src/yunohost/data_migrations/0005_postgresql_9p4_to_9p6.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yunohost/data_migrations/0005_postgresql_9p4_to_9p6.py b/src/yunohost/data_migrations/0005_postgresql_9p4_to_9p6.py index 0e6edf5e6..a6bfafcf2 100644 --- a/src/yunohost/data_migrations/0005_postgresql_9p4_to_9p6.py +++ b/src/yunohost/data_migrations/0005_postgresql_9p4_to_9p6.py @@ -1,5 +1,6 @@ import subprocess +from moulinette import m18n from moulinette.core import MoulinetteError from moulinette.utils.log import getActionLogger