diff options
author | Ade Lee <alee@redhat.com> | 2014-02-12 11:44:47 -0500 |
---|---|---|
committer | Ade Lee <alee@redhat.com> | 2014-02-19 10:48:06 -0500 |
commit | a9c460f532a5f9697b56aa116c3df772b0fd27e9 (patch) | |
tree | 8c979fc91e121ab6fbade87ac506807723bb10c6 /.pydevproject | |
parent | 03f688d8becf32748711a5832af1a736e838905d (diff) | |
download | pki-a9c460f532a5f9697b56aa116c3df772b0fd27e9.tar.gz pki-a9c460f532a5f9697b56aa116c3df772b0fd27e9.tar.xz pki-a9c460f532a5f9697b56aa116c3df772b0fd27e9.zip |
Initial work on python API
This patch includes code for most of the python client library
for the KeyResource and KeyRequestResource for the DRM.
Some place holder code has been added for the CertResource, but this
needs to be further refined and tested.
Diffstat (limited to '.pydevproject')
-rw-r--r-- | .pydevproject | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pydevproject b/.pydevproject index 4a8d2616b..fdc8738e1 100644 --- a/.pydevproject +++ b/.pydevproject @@ -6,5 +6,6 @@ <path>/pki/base/common/python/pki</path> <path>/pki/base/server/python/pki/server</path> <path>/pki/base/kra/functional</path> +<path>/pki</path> </pydev_pathproperty> </pydev_project> |