enabled python 3

This commit is contained in:
cis-kuldeep 2021-07-26 16:47:26 +05:30
parent f9c49fbeb3
commit 383e354263
No known key found for this signature in database
GPG Key ID: 67B47D8A06FA45E4

View File

@ -4,9 +4,6 @@ Test for ECC blind signatures
import os
import unittest
from hashlib import sha256
from .common import skip_python3
skip_python3()
from pybitmessage.pyelliptic import ECCBlind, ECCBlindChain, OpenSSL