use slashes instead of dots for paths

This commit is contained in:
Andreas Rumpf
2018-08-06 20:00:26 +02:00
committed by Araq
parent a377c5cce4
commit 5b6b73f2a2
2 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -16,12 +16,12 @@ import
procfind, lookups, pragmas, passes, semdata, semtypinst, sigmatch,
intsets, transf, vmdef, vm, idgen, aliases, cgmeth, lambdalifting,
evaltempl, patterns, parampatterns, sempass2, linter, semmacrosanity,
semparallel, lowerings, pluginsupport, plugins.active, rod, lineinfos
semparallel, lowerings, pluginsupport, plugins/active, rod, lineinfos
from modulegraphs import ModuleGraph
when defined(nimfix):
import nimfix.prettybase
import nimfix/prettybase
# implementation