fix result not found by changing import order...

This commit is contained in:
coffeepots 2018-05-14 16:31:32 +01:00 committed by zah
parent 7dcdf159e1
commit 14ef63294e
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: