Rename sockettransport to sockets under a transport folder

This commit is contained in:
coffeepots 2018-07-11 10:29:18 +01:00
parent b218529d2d
commit b602dd4185
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import server, json, chronicles
import ../ server, json, chronicles
type
RpcSocketServer* = ref object of RpcServer

View File

@ -1,2 +1,2 @@
import json_rpc / [server, sockettransport]
export server, sockettransport
import json_rpc / server, json_rpc / transports / sockets
export server, sockets