Don't use ospaths on Nim-devel
This commit is contained in:
parent
24c62dbc18
commit
2f1a62a030
2 changed files with 8 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
import os, ospaths, regex, strutils
|
||||
import os, regex, strutils
|
||||
|
||||
when (NimMajor, NimMinor, NimPatch) < (0, 19, 9):
|
||||
import ospaths
|
||||
|
||||
import external, file, fileops, gencore, globals
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
import os, ospaths, pegs, regex, strutils, tables
|
||||
import os, pegs, regex, strutils, tables
|
||||
|
||||
when (NimMajor, NimMinor, NimPatch) < (0, 19, 9):
|
||||
import ospaths
|
||||
|
||||
import globals, external
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue