mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 23:33:28 +00:00
pretty, prettybase: simplify relative paths (#7779)
This allows nimble to be built with compiler as a nimble package
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
import strutils, lexbase, streams
|
||||
import "../compiler" / [ast, msgs, idents]
|
||||
import ".." / [ast, msgs, idents]
|
||||
from os import splitFile
|
||||
|
||||
type
|
||||
|
||||
Reference in New Issue
Block a user