local import

This commit is contained in:
j 2016-01-21 22:01:20 +05:30
parent a95277e0ba
commit f8651c123f
1 changed files with 1 additions and 1 deletions

View File

@ -124,8 +124,8 @@ class Node(Thread):
def migrate_id(self):
import directory
import ed25519
from . import directory
key = self.user_id.encode()
vk = ed25519.VerifyingKey(key, encoding=ENCODING)
try: