Don't use ospaths on Nim-devel

This commit is contained in:
data-man 2018-12-09 05:54:36 +05:00
commit 2f1a62a030
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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