From 82868ea8183f7d70cb49cf9a21d7a1aaa917ca5d Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 24 Nov 2016 00:45:47 +0100 Subject: [PATCH] get rid of unnecessary cyclic module dependency --- src/nimblepkg/tools.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nimblepkg/tools.nim b/src/nimblepkg/tools.nim index 65c6f8d..af2a0b2 100644 --- a/src/nimblepkg/tools.nim +++ b/src/nimblepkg/tools.nim @@ -3,7 +3,7 @@ # # Various miscellaneous utility functions reside here. import osproc, pegs, strutils, os, uri, sets, json, parseutils -import version, packageinfo, common +import version, common proc extractBin(cmd: string): string = if cmd[0] == '"':