diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-08-06 20:00:26 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-08-06 20:00:26 +0200 |
commit | e555e97b4b9a561e14b1c5441e85db9167d03a87 (patch) | |
tree | 77aaf303f4f659c6a16498dfb78727105b7184dc /compiler/lookups.nim | |
parent | e9d67266eff64d6ffecedda49421bfda0edd1a0e (diff) | |
download | Nim-e555e97b4b9a561e14b1c5441e85db9167d03a87.tar.gz |
use slashes instead of dots for paths
Diffstat (limited to 'compiler/lookups.nim')
-rw-r--r-- | compiler/lookups.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/lookups.nim b/compiler/lookups.nim index 87694988a..bab631e6f 100644 --- a/compiler/lookups.nim +++ b/compiler/lookups.nim @@ -11,7 +11,7 @@ import intsets, ast, astalgo, idents, semdata, types, msgs, options, - renderer, wordrecg, idgen, nimfix.prettybase, lineinfos, strutils + renderer, wordrecg, idgen, nimfix/prettybase, lineinfos, strutils proc ensureNoMissingOrUnusedSymbols(c: PContext; scope: PScope) |