moved base64encode to common.utils
This commit is contained in:
parent
608f3dfb73
commit
56af628c68
|
@ -12,7 +12,7 @@
|
|||
from flask import current_app
|
||||
|
||||
from lemur.common.defaults import common_name, bitstrength
|
||||
from lemur.common.utils import parse_certificate, parse_private_key, base64encode
|
||||
from lemur.common.utils import parse_certificate, parse_private_key
|
||||
from lemur.plugins.bases import DestinationPlugin
|
||||
|
||||
from cryptography.hazmat.primitives import serialization
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
.. moduleauthor:: Mikhail Khodorovskiy <mikhail.khodorovskiy@jivesoftware.com>
|
||||
"""
|
||||
import base64
|
||||
import itertools
|
||||
import os
|
||||
|
||||
|
|
Loading…
Reference in New Issue