From 2449711edec4943bd5232ea6e145dc59ea9ddff8 Mon Sep 17 00:00:00 2001 From: Lertsenem Date: Thu, 26 May 2016 23:55:05 +0200 Subject: [PATCH] Import error in check See issue #5 on git.lertsenem.com --- persoconf/commands/check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/persoconf/commands/check.py b/persoconf/commands/check.py index d57feb9..bf79f12 100644 --- a/persoconf/commands/check.py +++ b/persoconf/commands/check.py @@ -4,6 +4,8 @@ import os.path import filecmp +from metafile import Metafile, MalformedMetafileError + # -------------------------------------- def init(parser): """Initialize check subcommand"""