Fix bug with pyelliptic imports
The bug does not affect tests, but prevents ZeroNet from starting. It is not present in upstream pyelliptic.
This commit is contained in:
parent
4d71ec46ce
commit
d5a43c4dec
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
import sys
|
||||
import ctypes
|
||||
import ctypes.util
|
||||
import logging
|
||||
import os
|
||||
|
||||
|
|
Loading…
Reference in a new issue