This commit is contained in:
Randy Smith
2018-11-19 02:22:21 -06:00
committed by Andreas Rumpf
parent 9b9f5dee0b
commit 6c7abe6e5b
12 changed files with 9 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
from strutils import endsWith, split
from ospaths import isAbsolute
from os import isAbsolute
proc checkMsg*(msg, expectedEnd, name: string)=
let filePrefix = msg.split(' ', maxSplit = 1)[0]