py3
This commit is contained in:
@@ -22,7 +22,12 @@
|
||||
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import six
|
||||
|
||||
# This module uses code from TLSLlite
|
||||
# TLSLite Author: Trevor Perrin)
|
||||
@@ -30,7 +35,7 @@
|
||||
|
||||
import binascii
|
||||
|
||||
from x509 import ASN1_Node, bytestr_to_int, decode_OID
|
||||
from .x509 import ASN1_Node, bytestr_to_int, decode_OID
|
||||
|
||||
|
||||
def a2b_base64(s):
|
||||
|
||||
Reference in New Issue
Block a user