diff options
author | Araq <rumpf_a@web.de> | 2018-05-04 14:03:16 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-05-05 21:45:07 +0200 |
commit | bbb0fd4eb734ed1a0445865077c27b05b46d0cbd (patch) | |
tree | 6a3fd735f1d9f39a4f1610d370d572b7826bafbe /lib/deprecated/pure | |
parent | 608017801d3625dc8c7991073a0ef84440314c24 (diff) | |
download | Nim-bbb0fd4eb734ed1a0445865077c27b05b46d0cbd.tar.gz |
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Diffstat (limited to 'lib/deprecated/pure')
-rw-r--r-- | lib/deprecated/pure/ftpclient.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/deprecated/pure/ftpclient.nim b/lib/deprecated/pure/ftpclient.nim index ed2f14450..7645258b6 100644 --- a/lib/deprecated/pure/ftpclient.nim +++ b/lib/deprecated/pure/ftpclient.nim @@ -12,7 +12,7 @@ import sockets, strutils, parseutils, times, os, asyncio from asyncnet import nil from nativesockets import nil -from asyncdispatch import PFuture +from asyncdispatch import Future ## **Note**: This module is deprecated since version 0.11.3. ## You should use the async version of this module ## `asyncftpclient <asyncftpclient.html>`_. |