From 381307da933cc52f18c774b66cbe5a6985f903cf Mon Sep 17 00:00:00 2001 From: George Lemon Date: Tue, 14 May 2024 21:56:30 +0300 Subject: [PATCH] fix import Signed-off-by: George Lemon --- tim.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tim.nimble b/tim.nimble index 058d017..fcabc4d 100755 --- a/tim.nimble +++ b/tim.nimble @@ -15,7 +15,7 @@ binDir = "bin" requires "nim >= 2.0.0" requires "toktok#head" requires "jsony" -# requires "https://github.com/openpeeps/importer" +requires "https://github.com/openpeeps/importer" requires "watchout#head" requires "kapsis#head" requires "denim#head"