diff options
Diffstat (limited to 'tools/atlas/parse_requires.nim')
-rw-r--r-- | tools/atlas/parse_requires.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/atlas/parse_requires.nim b/tools/atlas/parse_requires.nim index 7e26a1656..66879d04f 100644 --- a/tools/atlas/parse_requires.nim +++ b/tools/atlas/parse_requires.nim @@ -2,7 +2,7 @@ ## (c) 2021 Andreas Rumpf import std / strutils -import ".." / compiler / [ast, idents, msgs, syntaxes, options, pathutils] +import ".." / ".." / compiler / [ast, idents, msgs, syntaxes, options, pathutils] type NimbleFileInfo* = object |