change vm imports after bootstrapping (#20602)

This commit is contained in:
ringabout
2022-10-20 21:47:59 +08:00
committed by GitHub
parent 2ffa230b49
commit 14a2fb71b9

View File

@@ -24,7 +24,8 @@ when declared(math.signbit):
from std/envvars import getEnv, existsEnv, delEnv, putEnv, envPairs
from std/os import walkDir, getAppFilename, dirExists, fileExists
from std/os import walkDir, getAppFilename
from std/private/oscommon import dirExists, fileExists
from std/times import cpuTime
from std/hashes import hash