move utils to one utils.py file
This commit is contained in:
parent
084c8271c2
commit
53a9c296fb
6 changed files with 30 additions and 37 deletions
|
|
@ -12,8 +12,7 @@ import thread
|
|||
from threading import Thread
|
||||
|
||||
from settings import preferences, server, USER_ID, sk
|
||||
from node.utils import get_public_ipv6
|
||||
from ed25519_utils import valid
|
||||
from utils import valid, get_public_ipv6
|
||||
|
||||
logger = logging.getLogger('oml.localnodes')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue