From 113b530a52239adf7f7b626d2bb4a401e04edefe Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 21 Sep 2018 00:34:45 +0200 Subject: [PATCH] cleanup import paths --- compiler/plugins/active.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/plugins/active.nim b/compiler/plugins/active.nim index 7b5306f9cd..19c320aae7 100644 --- a/compiler/plugins/active.nim +++ b/compiler/plugins/active.nim @@ -10,7 +10,7 @@ ## Include file that imports all plugins that are active. import - "../compiler" / [pluginsupport, idents, ast], locals, itersgen + ".." / [pluginsupport, idents, ast], locals, itersgen const plugins: array[2, Plugin] = [