Merge pull request #174 from yglukhov/patch-1

Fixed compilation
This commit is contained in:
Dominik Picheta 2015-12-24 10:19:17 +00:00
commit 5524024229

View file

@ -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()
cleanup()