mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-17 18:17:11 +00:00
change vm imports after bootstrapping (#20602)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user