Split rpc functions into new file.

This commit is contained in:
tecnovert
2020-02-02 01:18:29 +02:00
parent 0a2c6dafb7
commit adbb0268ff
7 changed files with 142 additions and 145 deletions

View File

@@ -31,7 +31,7 @@ from unittest.mock import patch
from urllib.request import urlopen
from urllib import parse
from basicswap.util import (
from basicswap.rpc import (
callrpc_cli,
)