Skip to content

Commit ed0b6ee

Browse files
authored
Import compiler from "$nim" (#1225)
1 parent e21e0e7 commit ed0b6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nimblepkg/tools.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import osproc, pegs, strutils, os, uri, sets, json, parseutils, strformat,
88
from net import SslCVerifyMode, newContext, SslContext
99

1010
import version, cli, common, packageinfotypes, options, sha1hashes
11-
from compiler/nimblecmd import getPathVersionChecksum
11+
from "$nim" / compiler/nimblecmd import getPathVersionChecksum
1212

1313
proc extractBin(cmd: string): string =
1414
if cmd[0] == '"':

0 commit comments

Comments
 (0)