refactor os imports into corresponding small modules (#20720)

This commit is contained in:
ringabout
2022-11-01 17:18:04 +08:00
committed by GitHub
parent d735c447d3
commit 6166b796ba
8 changed files with 11 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ runnableExamples:
when not defined(js):
import os
import std/oserrors
when defined(posix):
import posix