diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-11-09 16:36:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 16:36:49 +0100 |
commit | 8d850f7a69d473360c5b1a9db9fd998ab9b5dff4 (patch) | |
tree | 5debabc119da6ed297d915614d0ec028fc1f534b /tests/test_nimscript.nims | |
parent | 8507e506cedc24dca91632092f3899602a262276 (diff) | |
download | Nim-8d850f7a69d473360c5b1a9db9fd998ab9b5dff4.tar.gz |
deprecated ospaths (#9665)
Diffstat (limited to 'tests/test_nimscript.nims')
-rw-r--r-- | tests/test_nimscript.nims | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_nimscript.nims b/tests/test_nimscript.nims index d3eb9808e..b9a6097c2 100644 --- a/tests/test_nimscript.nims +++ b/tests/test_nimscript.nims @@ -9,7 +9,7 @@ import lists import math # import marshal import options -import ospaths +import os # import parsecfg # import parseopt import parseutils |