Fixed compilation

This commit is contained in:
Yuriy Glukhov 2015-12-24 11:25:59 +02:00
commit 6cb0c5043b

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