mirror of
https://github.com/openkmip/pykmip
synced 2025-12-24 04:04:20 +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 enums
|
||||
from kmip.core import enums
|
||||
|
||||
from kmip.core.enums import Tags
|
||||
|
||||
@@ -24,7 +24,7 @@ from kmip.core.primitives import Integer
|
||||
from kmip.core.primitives import Enumeration
|
||||
from kmip.core.primitives import TextString
|
||||
|
||||
from utils import BytearrayStream
|
||||
from kmip.core.utils import BytearrayStream
|
||||
|
||||
|
||||
# 3.1
|
||||
|
||||
Reference in New Issue
Block a user