summary refs log tree commit diff stats
path: root/compiler/lookups.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-08-06 20:00:26 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-08-06 20:00:26 +0200
commite555e97b4b9a561e14b1c5441e85db9167d03a87 (patch)
tree77aaf303f4f659c6a16498dfb78727105b7184dc /compiler/lookups.nim
parente9d67266eff64d6ffecedda49421bfda0edd1a0e (diff)
downloadNim-e555e97b4b9a561e14b1c5441e85db9167d03a87.tar.gz
use slashes instead of dots for paths
Diffstat (limited to 'compiler/lookups.nim')
-rw-r--r--compiler/lookups.nim2
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)