pretty, prettybase: simplify relative paths (#7779)

This allows nimble to be built with compiler as a nimble package
This commit is contained in:
alaviss
2018-05-07 12:30:13 +07:00
committed by Andreas Rumpf
parent b132965330
commit 7897026e57
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
import
strutils, os, intsets, strtabs
import "../compiler" / [options, ast, astalgo, msgs, semdata, ropes, idents]
import ".." / [options, ast, astalgo, msgs, semdata, ropes, idents]
import prettybase
type

View File

@@ -8,7 +8,7 @@
#
import strutils, lexbase, streams
import "../compiler" / [ast, msgs, idents]
import ".." / [ast, msgs, idents]
from os import splitFile
type