Change to Python3 coding style
This commit is contained in:
parent
fc0fe0557b
commit
b0b9a4d33c
137 changed files with 910 additions and 913 deletions
|
@ -3,9 +3,9 @@ import os
|
|||
|
||||
from Plugin import PluginManager
|
||||
from Crypt import CryptBitcoin
|
||||
from lib.pybitcointools import bitcoin as btctools
|
||||
import lib.pybitcointools as btctools
|
||||
|
||||
import CryptMessage
|
||||
from . import CryptMessage
|
||||
|
||||
|
||||
@PluginManager.registerTo("UiWebsocket")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue