fix result not found by changing import order...

This commit is contained in:
coffeepots 2018-05-14 16:31:32 +01:00
parent 4d1d82e5d8
commit ffb80ac04d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import ../ rpcserver, unittest, asyncdispatch, json, tables
import unittest, asyncdispatch, json, tables, ../ rpcserver
type
# some nested types to check object parsing

View File

@ -1,4 +1,4 @@
import ../ rpcserver, ../ rpcclient, unittest, asyncdispatch, json, tables
import ../ rpcclient, ../ rpcserver, unittest, asyncdispatch, json, tables
#[
TODO: Importing client before server causes the error: