From e9e6f814d0fc4c5d536830cdbdbfb897fe0bfc70 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 31 May 2016 09:58:27 +0200 Subject: [PATCH] Hotfix: make nimble compile with nim devel again --- src/nimblepkg/options.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nimblepkg/options.nim b/src/nimblepkg/options.nim index 4874ebc..fa261c4 100644 --- a/src/nimblepkg/options.nim +++ b/src/nimblepkg/options.nim @@ -4,8 +4,7 @@ import json, strutils, os, parseopt, strtabs, uri, tables from httpclient import Proxy, newProxy -import nimblepkg/config, nimblepkg/version, - nimblepkg/tools, nimblepkg/nimbletypes +import config, version, tools, nimbletypes type Options* = object