mirror of
https://github.com/HelloZeroNet/ZeroNet.git
synced 2023-12-14 04:33:03 +01:00
Fix pyelliptic OpenSSL 1.1 compatibility if it's also present in site-packages
This commit is contained in:
parent
4293a44c93
commit
10817aefae
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# Copyright (C) 2011 Yann GUIBET <yannguibet@gmail.com>
|
||||
# See LICENSE for details.
|
||||
|
||||
from pyelliptic.openssl import OpenSSL
|
||||
from .openssl import OpenSSL
|
||||
|
||||
|
||||
class Cipher:
|
||||
|
|
Loading…
Reference in a new issue