From 6cb0c5043b853d25c074059c561cf67ff252faa6 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Thu, 24 Dec 2015 11:25:59 +0200 Subject: [PATCH] Fixed compilation --- src/nimblepkg/nimscriptsupport.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nimblepkg/nimscriptsupport.nim b/src/nimblepkg/nimscriptsupport.nim index a5dda4c..447b9e5 100644 --- a/src/nimblepkg/nimscriptsupport.nim +++ b/src/nimblepkg/nimscriptsupport.nim @@ -12,7 +12,7 @@ import from compiler/scriptconfig import setupVM from compiler/idents import getIdent -from compiler/astalgo import strTableGet, `$` +from compiler/astalgo import strTableGet import nimbletypes, version import os, strutils @@ -182,4 +182,4 @@ proc listTasks*(scriptName: string) = execScript(scriptName) # TODO: Make the 'task' template generate explicit data structure containing # all the task names + descriptions. - cleanup() \ No newline at end of file + cleanup()