summary refs log tree commit diff stats
path: root/tests/untestable/thttpclient_ssl_env_var.nim
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2020-06-23 05:51:33 -0300
committerGitHub <noreply@github.com>2020-06-23 10:51:33 +0200
commit8e54bc5b0c06dcf2ed0de6b8a10733155e15dc0a (patch)
treed5ee1b30de5b9de9262038b54e1a50c59a53b360 /tests/untestable/thttpclient_ssl_env_var.nim
parent511bd947d3a90a5ffedc994a45a36c4eeca63856 (diff)
downloadNim-8e54bc5b0c06dcf2ed0de6b8a10733155e15dc0a.tar.gz
Deprecate and/or remove ospaths (#14767)
Diffstat (limited to 'tests/untestable/thttpclient_ssl_env_var.nim')
-rw-r--r--tests/untestable/thttpclient_ssl_env_var.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untestable/thttpclient_ssl_env_var.nim b/tests/untestable/thttpclient_ssl_env_var.nim
index 32af43579..3f25a6ff4 100644
--- a/tests/untestable/thttpclient_ssl_env_var.nim
+++ b/tests/untestable/thttpclient_ssl_env_var.nim
@@ -13,7 +13,7 @@
 ##  SSL_CERT_FILE=BogusInexistentFileName tests/untestable/thttpclient_ssl_env_var
 ##  SSL_CERT_DIR=BogusInexistentDirName tests/untestable/thttpclient_ssl_env_var
 
-import httpclient, unittest, ospaths
+import httpclient, unittest, os
 from net import newSocket, newContext, wrapSocket, connect, close, Port,
   CVerifyPeerUseEnvVars
 from strutils import contains