enabled python3
This commit is contained in:
parent
e1e23374ad
commit
48fd76d48b
|
@ -5,9 +5,14 @@ import logging
|
|||
import os
|
||||
from struct import pack
|
||||
|
||||
try:
|
||||
import paths
|
||||
from bmconfigparser import BMConfigParser
|
||||
from state import shutdown
|
||||
except ImportError:
|
||||
from pybitmessage import paths
|
||||
from pybitmessage.bmconfigparser import BMConfigParser
|
||||
from pybitmessage.state import shutdown
|
||||
|
||||
try:
|
||||
import numpy
|
||||
|
|
|
@ -4,11 +4,6 @@ Tests for openclpow module
|
|||
import hashlib
|
||||
import unittest
|
||||
from struct import pack, unpack
|
||||
|
||||
from .common import skip_python3
|
||||
|
||||
skip_python3() # noqa:E402
|
||||
|
||||
from pybitmessage import openclpow
|
||||
|
||||
|
||||
|
|
Reference in New Issue
Block a user