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:
str4d 2016-08-01 17:52:36 +12:00
parent 4d71ec46ce
commit d5a43c4dec

View file

@ -8,6 +8,7 @@
import sys
import ctypes
import ctypes.util
import logging
import os