mirror of
https://github.com/openkmip/pykmip
synced 2025-12-16 00:04:26 +00:00
PyKMIP - Release v0.1.0
This change includes several new features to PyKMIP, including: * support for Python 3.3 and 3.4 * support for KMIP client/server SSL connections * removal of all Thrift library dependencies
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import attributes
|
||||
from kmip.core import attributes
|
||||
from kmip.core.attributes import CryptographicParameters
|
||||
|
||||
from kmip.core.factories.attribute_values import AttributeValueFactory
|
||||
@@ -33,7 +33,7 @@ from kmip.core.primitives import ByteString
|
||||
from kmip.core.primitives import Integer
|
||||
from kmip.core.primitives import Enumeration
|
||||
|
||||
from utils import BytearrayStream
|
||||
from kmip.core.utils import BytearrayStream
|
||||
|
||||
|
||||
# 2.1
|
||||
|
||||
Reference in New Issue
Block a user