ospaths can always be imported; fixes #4249

This commit is contained in:
Andreas Rumpf
2016-07-06 20:16:41 +02:00
parent d96bf94fda
commit 28940ce457

View File

@@ -10,7 +10,7 @@
# Included by the ``os`` module but a module in its own right for NimScript
# support.
when isMainModule:
when not declared(os):
{.pragma: rtl.}
import strutils