mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 10:32:05 +00:00
missing modulename and fix refactoring
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import sys
|
||||
|
||||
from wire import hex2bytes, decode_big_endian, encode_big_endian
|
||||
from server import TMSPServer
|
||||
from reader import BytesBuffer
|
||||
from tmsp.wire import hex2bytes, decode_big_endian, encode_big_endian
|
||||
from tmsp.server import TMSPServer
|
||||
from tmsp.reader import BytesBuffer
|
||||
|
||||
|
||||
class CounterApplication():
|
||||
|
||||
Reference in New Issue
Block a user