diff options
author | Araq <rumpf_a@web.de> | 2018-09-21 00:34:45 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-09-21 00:34:45 +0200 |
commit | 113b530a52239adf7f7b626d2bb4a401e04edefe (patch) | |
tree | 0183b37884de6601ab8b0cdd318df76a4d8cdcf5 | |
parent | 4711b81b8668498bd09718358d5b391f36dc2e6b (diff) | |
download | Nim-113b530a52239adf7f7b626d2bb4a401e04edefe.tar.gz |
cleanup import paths
-rw-r--r-- | compiler/plugins/active.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/plugins/active.nim b/compiler/plugins/active.nim index 7b5306f9c..19c320aae 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] = [ |