commit
5524024229
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue